ulan opened PR #3079 from cherry-pick-3063-to-v0.26
to stable-v0.26
:
- Restore POSIX signal handling on MacOS behind a feature flag
As described in Issue #3052, the switch to Mach Exception handling
removedunix::StoreExt
from the public API of crate on MacOS.
That is a breaking change and makes it difficult for some
application to upgrade to the current stable Wasmtime.As a workaround this PR introduces a feature flag called
posix-signals-on-macos
that restores the old behaviour on MacOS.
The flag is disabled by default.
Fix test guard
Fix formatting in the test
<!--
Please ensure that the following steps are all taken care of before submitting
the PR.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[ ] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[ ] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.Please ensure all communication adheres to the code of conduct.
-->
ulan closed without merge PR #3079.
Last updated: Nov 22 2024 at 17:03 UTC