Stream: git-wasmtime

Topic: wasmtime / PR #9758 Implement custom stack unwinding for ...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2024 at 20:51):

alexcrichton requested fitzgen for a review on PR #9758.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2024 at 20:51):

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

view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2024 at 20:51):

alexcrichton opened PR #9758 from alexcrichton:pulley-unwind to bytecodealliance:main:

The pulley calling convention may not match the native calling convention, which is the case for s390x, so the unwinding that Wasmtime does needs to be parameterized over what's being unwound. This commit adds a new Unwind trait with various methods behind it that the backtrace implementation is then updated to use.

<!--
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 (Dec 06 2024 at 22:10):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2024 at 22:31):

alexcrichton updated PR #9758.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2024 at 22:32):

alexcrichton has enabled auto merge for PR #9758.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 06 2024 at 23:01):

alexcrichton merged PR #9758.


Last updated: Dec 23 2024 at 12:05 UTC