Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
squash: fixup for linter
Signed-off-by: Michael Dawson <midawson@redhat.com>
  • Loading branch information
mhdawson committed Oct 4, 2023
commit 280a28bb3ff51bdbfb44957511a1a45d389f13c3
5 changes: 3 additions & 2 deletions test/wasi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
Compile with clang and `wasm32-wasi` target by using the wasi-sdk
[version 20](https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-20)

Install wasi-sdk and then set WASI_SDK_PATH to the root of the install.
Install wasi-sdk and then set WASI\_SDK\_PATH to the root of the install.

You can then rebuild the wasm for the tests by running:

```bash
make CC=${WASI_SDK_PATH}/bin/clang SYSROOT=${WASI_SDK_PATH}/share/wasi-sysroot
```

If you update the version of the wasi-sdk to be used for the compile
remove all of the *.wasm files in the wasm directory to ensure
remove all of the \*.wasm files in the wasm directory to ensure
you rebuild/test all of the tests with the new version.