Stream: git-wasmtime

Topic: wasmtime / PR #11577 Package up exception handler state


view this post on Zulip Wasmtime GitHub notifications bot (Aug 30 2025 at 00:38):

alexcrichton opened PR #11577 from alexcrichton:unwinder-refactor to bytecodealliance:main:

This commit is a minor refactoring of the wasmtime-unwinder crate to use a Handler structure as a "package" for the pc/fp/sp triple that's required to resume to an exception handler. Freestanding functions are now associated methods/functions of Handler such as finding a frame on the stack and resuming to a handler.

This doesn't actually change any behavior, just moving some things around to prepare for a future refactoring.

<!--
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 (Aug 30 2025 at 00:38):

alexcrichton requested fitzgen for a review on PR #11577.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 30 2025 at 00:38):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 30 2025 at 00:38):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 30 2025 at 02:29):

alexcrichton updated PR #11577.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 03 2025 at 17:44):

alexcrichton requested pchickey for a review on PR #11577.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 03 2025 at 18:17):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 03 2025 at 18:53):

alexcrichton updated PR #11577.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 03 2025 at 18:53):

alexcrichton has enabled auto merge for PR #11577.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 03 2025 at 19:28):

alexcrichton merged PR #11577.


Last updated: Dec 06 2025 at 07:03 UTC