* Update wasm-tools crates * Update Wasm SIMD spec tests * Invert 'experimental_x64_should_panic' logic By doing this, it is easier to see which spec tests currently panic. The new tests correspond to recently-added instructions. * Fix: ignore new spec tests for all backends
This is the wasmtime-wast crate, which contains an implementation of WebAssembly's
"wast" test scripting language, which is used in the
WebAssembly spec testsuite, using wasmtime for execution.