In the wasmi-benchmarks where TinyWasm is one of the supported Wasm runtimes, I just noticed that it fails to execute the compression benchmark with the following error:
thread 'main' (9830209) panicked at utils/src/typed_call.rs:31:60:
called `Result::unwrap()` on an `Err` value: trap: unreachable
Reproduction:
- Clone
wasmi-benchmarks
- Checkout the
rf-tinywasm-hangs-repro branch
- Run
cargo bench --profile release --no-default-features -F tinywasm execute/compression
Expected behavior: a proper Criterion benchmark run similar to the other supported Wasm runtimes.
In the
wasmi-benchmarkswhere TinyWasm is one of the supported Wasm runtimes, I just noticed that it fails to execute thecompressionbenchmark with the following error:Reproduction:
wasmi-benchmarksrf-tinywasm-hangs-reprobranchcargo bench --profile release --no-default-features -F tinywasm execute/compressionExpected behavior: a proper Criterion benchmark run similar to the other supported Wasm runtimes.