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

Update to Emscripten 3.1.64 #589

Merged
merged 2 commits into from
Jul 29, 2024
Merged

Commits on Jul 29, 2024

  1. Update to Emscripten 3.1.52

    3.1.52 no longer allows using .bc, so use .o instead. Using .a throws
    "Unknown format, not a static library!".
    cxcorp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0e87b7a View commit details
    Browse the repository at this point in the history
  2. Upgrade to Emscripten 3.1.64

    v3.1.55 removed the --memory-init-file option, and this caused the build
    to fail with "emcc: error: --memory-init-file is no longer supported".
    
    Fixed by removing the option from Makefile.
    cxcorp committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    68b4b70 View commit details
    Browse the repository at this point in the history