Files
wasmtime/lib/wast/README.md
Dan Gohman 83f8a31010 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.
2018-12-05 02:25:34 -05:00

171 B

This is the wasmtime-wast crate, which contains support for running "wast" tests, such as the spec testsuite.