Skip to content

Commit 27fcb69

Browse files
committed
Add more details about running tests
1 parent 372f6fe commit 27fcb69

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

test/README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
See https://github.com/WebAssembly/wasi-testsuite
1+
# Running tests
2+
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).
3+
4+
```bash
5+
git clone -b prod/testsuite-all https://github.com/WebAssembly/wasi-testsuite
6+
cd wasi-testsuite/
7+
TEST_RUNTIME_EXE="wasmtime --wasm-features=threads --wasi-modules=experimental-wasi-threads" python3 test-runner/wasi_test_runner.py \
8+
-r adapters/wasmtime.sh \
9+
-t tests/proposals/wasi-threads/
10+
```
11+
12+
See https://github.com/WebAssembly/wasi-testsuite for details.

0 commit comments

Comments
 (0)