We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2feef4 commit 5349d71Copy full SHA for 5349d71
test/README.md
@@ -1 +1,12 @@
1
-See https://github.com/WebAssembly/wasi-testsuite
+# Running tests
2
+The following command executes wasi-threads tests using wasmtime runtime.
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 <TBD flags>" 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