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
Update the dev-dependency for wit-bindgen to 0.9.0 (#6800)
1 year ago
..
command-tests Resource table tracks child relationships (#6779) 1 year ago
reactor-tests Update the wasm-tools family of crates, disallow empty component types (#6777) 1 year ago
src factor out common config to test-programs crate 1 year ago
tests Resource table tracks child relationships (#6779) 1 year ago
wasi-http-tests Update the dev-dependency for wit-bindgen to 0.9.0 (#6800) 1 year ago
wasi-tests consistient WASI preview1 rights reporting (#6784) 1 year ago
Cargo.toml Update Wasmtime for upcoming WIT changes (#6390) 1 year ago
README.md Don't implicitly create empty files in VirtualDir::openat (#2235) 4 years ago
build.rs Update adapter build (#6573) 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