Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wasm-wasi-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ There is also an additional npm module `@vscode/wasm-wasi` that eases the API ac

## Example

The source code of the example can be found [here](https://github.com/microsoft/vscode-wasi/blob/dbaeumer/expected-baboon-red/wasm-wasi/example/package.json)
The source code of the example can be found [here](https://github.com/microsoft/vscode-wasm/blob/main/wasm-wasi/example/package.json)

First we need to define a `package.json` for the extension that wants to execute a WASM process:

Expand Down
2 changes: 1 addition & 1 deletion wasm-wasi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ With release version `0.11.0` the implementation details of the WASM support for

## Example

The source code of the example can be found [here](https://github.com/microsoft/vscode-wasi/blob/dbaeumer/expected-baboon-red/wasm-wasi/example/package.json)
The source code of the example can be found [here](https://github.com/microsoft/vscode-wasm/blob/main/wasm-wasi/example/package.json)

First we need to define a `package.json` for the extension that wants to execute a WASM process:

Expand Down