Stream: git-wasmtime

Topic: wasmtime / PR #6793 Fix posix-signals-on-macos on aarch64...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2023 at 08:18):

alexcrichton opened PR #6793 from alexcrichton:fix-signals to bytecodealliance:main:

Currently the libc crate has an incorrect definition of ucontext_t for this platform which is causing alignment issues when it's used. This fixes [this issue][1] and the posix-signals-on-macos feature on this platform.

<!--
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 02 2023 at 08:18):

alexcrichton requested fitzgen for a review on PR #6793.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2023 at 08:18):

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

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2023 at 08:18):

alexcrichton updated PR #6793.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2023 at 08:19):

alexcrichton edited PR #6793:

Currently the libc crate has an incorrect definition of ucontext_t for this platform which is causing alignment issues when it's used. This fixes [this issue][1] and the posix-signals-on-macos feature on this platform.

[1]: https://github.com/bytecodealliance/wasmtime/issues/6785#issuecomment-1661292561

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2023 at 15:56):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2023 at 16:37):

fitzgen merged PR #6793.


Last updated: Nov 22 2024 at 16:03 UTC