forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SjLj] Make Wasm SjLj run with PURE_WASI (emscripten-core#22611)
Previously `-sPURE_WASI` disabled SjLj support because it uses the JS-based simultion, but accidentally also disabled Wasm SjLj. This makes setting `PURE_WASI` disable SjLj support by default only when Wasm EH is not used. Also this does not force disabling; it only makes the default SjLj setting to be disabled, meaning you can experiment with it if you manually set `-sSUPPORT_LONGJMP` to be other values. Fixes emscripten-core#22566.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters