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.
5 lines
171 B
Markdown
5 lines
171 B
Markdown
This is the `wasmtime-wast` crate, which contains support for running
|
|
"wast" tests, such as the spec testsuite.
|
|
|
|
[`wasmtime-wast`]: https://crates.io/crates/wasmtime-wast
|