You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Elliott
fc03e74119
|
1 year ago | |
---|---|---|
.. | ||
command-tests | 1 year ago | |
reactor-tests | 1 year ago | |
src | 1 year ago | |
tests | 1 year ago | |
wasi-http-tests | 1 year ago | |
wasi-tests | 1 year ago | |
Cargo.toml | 1 year ago | |
README.md | 4 years ago | |
build.rs | 1 year ago |
README.md
This is the test-programs
crate, which builds and runs whole programs
compiled to wasm32-wasi.
To actually run these tests, the test-programs feature must be enabled, e.g.:
cargo test --features test-programs/test_programs --package test-programs