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

Reduces compiler-wasm binary file size #3780

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 2, 2024

  1. Add compiler-core feature disable-erlang

    When enabled in compiler-wasm, this reduzes the wasm file from
    3.7MB to 3.4MB.
    malbarbo committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    ce3dabf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6926a67 View commit details
    Browse the repository at this point in the history
  3. Add compiler-core feature disable-hide-internal

    When enabled in compiler-wasm, this removes the glob and regex
    crates from the final wasm reducing size from 3.4MB to 2.2MB.
    malbarbo committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    511b124 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e197d2 View commit details
    Browse the repository at this point in the history