Skip to content
Merged
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
13 changes: 12 additions & 1 deletion test/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
See https://github.com/WebAssembly/wasi-testsuite
# Running tests
The following command executes wasi-threads tests using wasmtime runtime (please note wasi-threads proposal is still in development in Wasmtime and requires [this change](https://github.com/bytecodealliance/wasmtime/pull/5484) to work).

```bash
git clone -b prod/testsuite-all https://github.com/WebAssembly/wasi-testsuite
cd wasi-testsuite/
TEST_RUNTIME_EXE="wasmtime --wasm-features=threads --wasi-modules=experimental-wasi-threads" python3 test-runner/wasi_test_runner.py \
-r adapters/wasmtime.sh \
-t tests/proposals/wasi-threads/
```

See https://github.com/WebAssembly/wasi-testsuite for details.