This uses a build.rs file to collect all the wast tests and create individual `#[test]` lines for them, so that `cargo test` can run them in parallel.
171 B
171 B
This is the wasmtime-wast crate, which contains support for running
"wast" tests, such as the spec testsuite.