Files
wasmtime/crates
Ulan Degenbaev f08491eeca Restore POSIX signal handling on MacOS behind a feature flag (#3063)
* Restore POSIX signal handling on MacOS behind a feature flag

As described in Issue #3052, the switch to Mach Exception handling
removed `unix::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
2021-07-12 16:25:44 -05:00
..
2021-06-10 12:47:45 -05:00
2021-07-02 18:09:33 +02:00
2021-06-09 14:00:13 -05:00
2021-07-08 12:13:53 +02:00
2021-06-15 06:40:45 -07:00
2021-07-08 12:13:53 +02:00
2021-06-09 14:00:13 -05:00
2021-06-09 14:00:13 -05:00
2021-07-07 12:07:04 -07:00