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

Increase Emscripten stack size (+options update) #792

Merged
merged 4 commits into from
Feb 9, 2023

Commits on Feb 8, 2023

  1. sdl: update emscripten options

    Move from -s THING to -sTHING
    Daft-Freak authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    44be28b View commit details
    Browse the repository at this point in the history
  2. sdl: increase emscripten stack size

    Default was decreased in emscripten-core/emscripten@157fcd4. 64k results in screen corruption in even the most minimal example, 256k is enough to fix this but increase to 1MB to be safe. (Old default was 5MB)
    Daft-Freak authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9a37f35 View commit details
    Browse the repository at this point in the history
  3. sdl: use old name

    STACK_SIZE requires 3.1.25
    Daft-Freak authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7d6eff6 View commit details
    Browse the repository at this point in the history
  4. sdl: stop using EXTRA_EXPORTED_RUNTIME_METHODS

    Just use EXPORTED_RUNTIME_METHODS instead
    Daft-Freak authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0c54328 View commit details
    Browse the repository at this point in the history