Convert the wast test harness into a crate.
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.
This commit is contained in:
4
lib/wast/README.md
Normal file
4
lib/wast/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
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
|
||||
Reference in New Issue
Block a user