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 is the wasmtime-execute crate, which contains wasm runtime support,
supporting the wasm ABI defined by wasmtime-environ.