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 ILStrip task to wasm app build process #88926

Merged
merged 21 commits into from
Aug 10, 2023

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    3f632d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    2f1765b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    cfd4c60 View commit details
    Browse the repository at this point in the history
  2. [mono][aot] Avoid adding some methods to the compiled method file.

    * Methods which have 'deopt' set can enter the interpreter during EH.
    * Methods which have 'interp_entry_only' set are AOTed, but the AOT
      code is only used to enter the interpreter.
    vargaz committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    074abf0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    ae0c62a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a2a8c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    0c9a83e View commit details
    Browse the repository at this point in the history
  2. Minor format fix

    fanyang-mono committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7d583ce View commit details
    Browse the repository at this point in the history
  3. Add a test

    fanyang-mono committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f7bb601 View commit details
    Browse the repository at this point in the history
  4. For testing

    fanyang-mono committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    41cf1b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Fix typo

    fanyang-mono committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    617d8a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feead71 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Address review feedback

    fanyang-mono committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    74fbf16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2eb9e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Change it to true

    fanyang-mono committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    64bbd78 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    859f10a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d5203b View commit details
    Browse the repository at this point in the history
  3. Remove testing

    fanyang-mono committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    eaf4f55 View commit details
    Browse the repository at this point in the history
  4. Address review feedback

    fanyang-mono committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0ac748c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5476bb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Add a var for llvm_only

    fanyang-mono committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    99b91be View commit details
    Browse the repository at this point in the history