godot-cpp/tools
Fabio Alessandrelli 5921734784 [Web] Force emcc to use "wasm" longjmp mode
SUPPORT_LONGJMP have changed since emscripten 3.1.32 to default to
"wasm" mode when exceptions are enabled, and "emscripten" mode when
disabled.

While we generally doesn't use exception in core, linked libraries may
need them, and emscripten don't plan to support WASM EH + Emscripten
SjLj in the long term.

(cherry picked from commit 1bb543b6f4)
2024-09-04 09:40:34 -05:00
..
android.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:17:36 -05:00
common_compiler_flags.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:17:36 -05:00
godotcpp.py [SCons] Add option to build without threads 2024-09-03 17:10:30 -05:00
ios.py SCons: Remove old Python 2 compat code 2024-09-03 17:10:40 -05:00
linux.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:17:36 -05:00
macos.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:17:36 -05:00
my_spawn.py Integrate `.pre-commit-config.yaml` 2024-07-17 09:17:36 -05:00
web.py [Web] Force emcc to use "wasm" longjmp mode 2024-09-04 09:40:34 -05:00
windows.py SCons: Add `silence_msvc` option 2024-07-17 09:17:49 -05:00