alexcrichton requested fitzgen for a review on PR #9758.
alexcrichton requested wasmtime-core-reviewers for a review on PR #9758.
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:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
fitzgen submitted PR review.
alexcrichton updated PR #9758.
alexcrichton has enabled auto merge for PR #9758.
alexcrichton merged PR #9758.
Last updated: Dec 23 2024 at 12:05 UTC