Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Web] Force emcc to use "wasm" longjmp mode #1489

Merged
merged 1 commit into from
Jun 17, 2024

Commits on Jun 13, 2024

  1. [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.
    Faless committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1bb543b View commit details
    Browse the repository at this point in the history