Skip to content

Commit

Permalink
Improve build docs and add vs code settings
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
  • Loading branch information
rylev committed Jun 21, 2023
1 parent 6fa59f0 commit d876dae
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 51 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rust-analyzer.check.extraEnv": {
"QUICKJS_WASM_SYS_WASI_SDK_PATH": "/opt/wasi-sdk"
},
"rust-analyzer.cargo.extraEnv": {
"QUICKJS_WASM_SYS_WASI_SDK_PATH": "/opt/wasi-sdk"
}
}
60 changes: 10 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You need to build the SDK from source to use it.
- CMake
- NPM
- Rust (including the wasm32-wasi target)
- WASI SDK installed at /opt/wasi-sdk
- WASI SDK ([version 16.0](https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-16)) installed at /opt/wasi-sdk

### Steps

Expand Down

0 comments on commit d876dae

Please sign in to comment.