alexcrichton opened issue #14292:
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 statecc @macovedj @saulecabrera
alexcrichton added the fuzz-bug label to Issue #14292.
alexcrichton added the winch label to Issue #14292.
alexcrichton added the wasm-proposal:exceptions label to Issue #14292.
cfallin closed issue #14292:
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 statecc @macovedj @saulecabrera
Last updated: Sep 20 2026 at 18:08 UTC