To do so we must use a new version of wabt-rs that allows us to enable features (e.g. SIMD) when translating the wasmtests
This crate performs the translation from a wasm module in binary format to the in-memory form of the Cranelift IR.
If you're looking for a complete WebAssembly implementation that uses this library, see Wasmtime.