alexcrichton opened PR #6793 from alexcrichton:fix-signals
to bytecodealliance:main
:
Currently the
libc
crate has an incorrect definition ofucontext_t
for this platform which is causing alignment issues when it's used. This fixes [this issue][1] and theposix-signals-on-macos
feature on this platform.<!--
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
-->
alexcrichton requested fitzgen for a review on PR #6793.
alexcrichton requested wasmtime-core-reviewers for a review on PR #6793.
alexcrichton updated PR #6793.
alexcrichton edited PR #6793:
Currently the
libc
crate has an incorrect definition ofucontext_t
for this platform which is causing alignment issues when it's used. This fixes [this issue][1] and theposix-signals-on-macos
feature on this platform.[1]: https://github.com/bytecodealliance/wasmtime/issues/6785#issuecomment-1661292561
fitzgen submitted PR review.
fitzgen merged PR #6793.
Last updated: Nov 22 2024 at 16:03 UTC