This command currently fails:
$ cargo run wast -C compiler=winch -Wfuel=1 ./tests/misc_testsuite/component-model/async/exceptions.wast
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
Running `target/debug/wasmtime wast -C compiler=winch -Wfuel=1 ./tests/misc_testsuite/component-model/async/exceptions.wast`
Error: failed to run script file './tests/misc_testsuite/component-model/async/exceptions.wast'
Caused by:
0: failed directive on ./tests/misc_testsuite/component-model/async/exceptions.wast:21
1: failed to compile: wasm[0]::function[0]
2: Compilation error: Winch internal error: Illegal fuel state
cc @macovedj @saulecabrera
This command currently fails:
cc @macovedj @saulecabrera