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 ea0cb971fb
Update to rustix 0.26.2. (#3521)
3 years ago
..
src Reorganize wasi-misc-tests. (#575) 5 years ago
tests/wasm_tests Port wasi-common from unsafe-io to io-lifetimes (#3049) 3 years ago
wasi-tests Modify the `poll_oneoff_files` test tolerate OS differences. (#3346) 3 years ago
Cargo.toml Update to rustix 0.26.2. (#3521) 3 years ago
README.md Don't implicitly create empty files in VirtualDir::openat (#2235) 4 years ago
build.rs test-programs: test wasi-tokio 4 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