- This might be connected to https://github.com/explodingcamera/tinywasm/issues/46 but since this is an execution benchmark and not a startup benchmark I thought it might be different enough to warrant its own issue. - This is different from https://github.com/explodingcamera/tinywasm/issues/47 since #47 traps with `unreachable` whereas `regex_redux` just hangs indefinitely. ## Repro 1. Clone [wasmi-benchmarks](https://github.com/wasmi-labs/wasmi-benchmarks). 2. Checkout `47886bea65b58afe577ac9c7b502089fd23f4f96`. 3. Make [can_run](https://github.com/wasmi-labs/wasmi-benchmarks/blob/5973722b68ac3a35268ac252ce8d5594586654a8/runtimes/tinywasm/lib.rs#L43) return just true to avoid all the filters. 4. Run cargo bench --profile release execute/regex_redux --no-default-features -F tinywasm 5. See that the above command does not behave properly (does not halt).
unreachableforexecute/compressioninwasmi-benchmark#47 since TinyWasm traps withunreachableforexecute/compressioninwasmi-benchmark#47 traps withunreachablewhereasregex_reduxjust hangs indefinitely.Repro
47886bea65b58afe577ac9c7b502089fd23f4f96.