Files
wasmtime/lib/execute
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
..
2018-11-27 06:05:58 -08:00
2018-12-05 02:25:34 -05:00
2018-11-29 05:57:32 -08:00
2018-11-26 04:52:39 -08:00

This is the wasmtime-execute crate, which contains wasm runtime support, supporting the wasm ABI defined by wasmtime-environ.