1This is the `test-programs` crate, which builds and runs whole programs
2compiled to wasm32-wasi.
3
4To actually run these tests, the test-programs feature must be enabled, e.g.:
5```
6cargo test --features test-programs/test_programs --package test-programs
7```
8