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.
 
 
 
Nick Fitzgerald 5ad82de3c5 Bump Wasmtime to 0.22.0; Cranelift to 0.69.0 4 years ago
..
src Reorganize wasi-misc-tests. (#575) 5 years ago
tests/wasm_tests Allow different Handles to act as stdio (#1600) 4 years ago
wasi-tests Remove an unused variable. 4 years ago
Cargo.toml Bump Wasmtime to 0.22.0; Cranelift to 0.69.0 4 years ago
README.md Don't implicitly create empty files in VirtualDir::openat (#2235) 4 years ago
build.rs Add a test case for WASI file truncation. 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