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.
Dan Gohman
67e2e57b02
|
2 years ago | |
---|---|---|
.. | ||
src | 5 years ago | |
tests/wasm_tests | 2 years ago | |
wasi-tests | 2 years ago | |
Cargo.toml | 2 years ago | |
README.md | 4 years ago | |
build.rs | 2 years 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