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

[wasm] Add optimization flags to bitcode compilation #101538

Merged
merged 5 commits into from
Apr 26, 2024

Commits on Apr 25, 2024

  1. [wasm] Add optimization flag to bitcode compilation

    comping from LD optimization flags.
    
    This should also fix the recent size regression.
    radekdoulik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    df13e5b View commit details
    Browse the repository at this point in the history
  2. Document the new property

    radekdoulik committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    85be7b4 View commit details
    Browse the repository at this point in the history
  3. Update src/mono/browser/build/BrowserWasmApp.targets

    Co-authored-by: Larry Ewing <lewing@microsoft.com>
    radekdoulik and lewing authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3dcc8ac View commit details
    Browse the repository at this point in the history
  4. Fix the conditions

    radekdoulik authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1ea9dcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d7117f View commit details
    Browse the repository at this point in the history