-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more details about running tests #30
Conversation
test/README.md
Outdated
```bash | ||
git clone -b prod/testsuite-all https://github.com/WebAssembly/wasi-testsuite | ||
cd wasi-testsuite/ | ||
TEST_RUNTIME_EXE="wasmtime <TBD flags>" python3 test-runner/wasi_test_runner.py \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note TEST_RUNTIME_EXEC
is a feature in PR right now: WebAssembly/wasi-testsuite#46
test/README.md
Outdated
```bash | ||
git clone -b prod/testsuite-all https://github.com/WebAssembly/wasi-testsuite | ||
cd wasi-testsuite/ | ||
TEST_RUNTIME_EXE="wasmtime <TBD flags>" python3 test-runner/wasi_test_runner.py \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abrown would you be able to help with wasmtime flags to enable threads?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs --wasm-features=threads --wasi-modules=experimental-wasi-threads
. Now, it might be good to note (or not, it's up to you) that these are not yet merged into the main
branch (waiting on bytecodealliance/wasmtime#5484 to merge...).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks for this!
And I'm making a note to run these when I have a chance. |
5349d71
to
28c1724
Compare
No description provided.