Stream: git-wasmtime

Topic: wasmtime / issue #14292 Winch & Exceptions & Fuel: compil...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 07 2026 at 19:05):

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 state

cc @macovedj @saulecabrera

view this post on Zulip Wasmtime GitHub notifications bot (Sep 07 2026 at 19:05):

alexcrichton added the fuzz-bug label to Issue #14292.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 07 2026 at 19:05):

alexcrichton added the winch label to Issue #14292.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 07 2026 at 19:05):

alexcrichton added the wasm-proposal:exceptions label to Issue #14292.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 11 2026 at 19:11):

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 state

cc @macovedj @saulecabrera


Last updated: Sep 20 2026 at 18:08 UTC