You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix size/align of ucontext_t on aarch64-apple-darwin
This commit effectively reverts #2817. Currently `ucontext_t` has both
the wrong size and the wrong alignment for aarch64-apple-darwin which
causes problems for users referencing the structure [1]. The issue
linked from #2817 claimed that it fixed#2812 but that's still an issue
where FFI warnings are still emitted for usage of `ucontext_t` due to
its transitive usage of `u128`. I'm not sure how to fix#2812 myself,
but given that #2817 doesn't appear to solve its original intent and
additionally the size/align are currently wrong this commit reverts in
the meantime.
[1]: bytecodealliance/wasmtime#6785 (comment)
0 commit comments