Stream: git-wasmtime

Topic: wasmtime / PR #12626 Respect signals-based-traps in compo...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 19 2026 at 22:58):

alexcrichton requested fitzgen for a review on PR #12626.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 19 2026 at 22:58):

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

view this post on Zulip Wasmtime GitHub notifications bot (Feb 19 2026 at 22:58):

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

view this post on Zulip Wasmtime GitHub notifications bot (Feb 19 2026 at 22:58):

alexcrichton opened PR #12626 from alexcrichton:component-signals-based-traps to bytecodealliance:main:

This commit fixes a regression from #12547 where traps happening in component trampolines weren't respecting the signals-based-traps configuration of the Engine meaning that native CLIF traps could be executed in environments which weren't configured to catch it. This refactors the implementation internally to share more code with FuncEnvironment through some traits to ensure that the same knobs and plumbing are used to translate traps.

<!--
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 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 (Feb 19 2026 at 22:58):

alexcrichton added the label fuzz-bug on PR #12626.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 20 2026 at 21:46):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 20 2026 at 21:48):

fitzgen added PR #12626 Respect signals-based-traps in component trampolines to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 20 2026 at 22:13):

fitzgen merged PR #12626.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 20 2026 at 22:13):

fitzgen removed PR #12626 Respect signals-based-traps in component trampolines from the merge queue.


Last updated: Feb 24 2026 at 04:36 UTC