Stream: git-wasmtime

Topic: wasmtime / PR #14329 Don't register dead handlers on a `t...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 14 2026 at 15:39):

alexcrichton opened PR #14329 from alexcrichton:less-catch-all to bytecodealliance:main:

When translating a wasm call instruction into a CLIF try_call instruction it's possible that the wasm could have redundant exception handlers for the same scope. This causes a particular oss-fuzz test case to time out right now and a small, albeit not general, fix is to stop pushing handlers once a catch-all handler is reached. In such a situation it's not possible for anything further to get visited because exception processing will stop at the catch-all.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please review the Bytecode Alliance's AI tool usage policy at
https://github.com/bytecodealliance/governance/blob/main/AI_TOOL_POLICY.md

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 14 2026 at 15:39):

alexcrichton requested cfallin for a review on PR #14329.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 14 2026 at 15:39):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #14329.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 14 2026 at 15:39):

alexcrichton requested wasmtime-core-reviewers for a review on PR #14329.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 14 2026 at 16:13):

:thumbs_up: cfallin submitted PR review:

Thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Sep 14 2026 at 16:13):

cfallin added PR #14329 Don't register dead handlers on a try_call to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Sep 14 2026 at 17:01):

:check: cfallin merged PR #14329.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 14 2026 at 17:01):

cfallin removed PR #14329 Don't register dead handlers on a try_call from the merge queue


Last updated: Sep 20 2026 at 18:08 UTC