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] emscripten bump 3.1.56 #100334

Merged
merged 59 commits into from
Jul 15, 2024

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

  1. Replace Module.asm with Module.wasmExports

    Module.asm was removed, use wasmExports instead.
    Context: emscripten-core/emscripten#19816
    radekdoulik committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a91ec44 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on May 30, 2024

  1. Update deps

    radekdoulik committed May 30, 2024
    Configuration menu
    Copy the full SHA
    50dfb72 View commit details
    Browse the repository at this point in the history
  2. Add general testing feed

    radekdoulik committed May 30, 2024
    Configuration menu
    Copy the full SHA
    aca6c58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f229a30 View commit details
    Browse the repository at this point in the history
  4. Update mode deps

    radekdoulik committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f917ea6 View commit details
    Browse the repository at this point in the history
  5. Update path

    radekdoulik committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a7c4e55 View commit details
    Browse the repository at this point in the history
  6. Use current python packages for now, we don't have newer ones

    The current names 3.1.34 are new enough
    radekdoulik committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0b030c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    6a0057f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cde92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1721779 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe1e5c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    3f8834f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    123767a View commit details
    Browse the repository at this point in the history
  3. Update emsdk deps

    radekdoulik committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e3b1316 View commit details
    Browse the repository at this point in the history
  4. Update icu dependency

    radekdoulik committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7d6edc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15bd585 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92b4559 View commit details
    Browse the repository at this point in the history
  7. Fix emsdk check

    We use system python on osx too
    radekdoulik committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d7b1d52 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3593c41 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    4530edf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    200cf3b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Fix WBT test

    radekdoulik committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6e86cc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02fb272 View commit details
    Browse the repository at this point in the history
  3. Feedback

    radekdoulik committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c313fa5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 14, 2024

  1. Update ICU dependency

    radekdoulik committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    0d7708b View commit details
    Browse the repository at this point in the history
  2. Update emscripten deps

    radekdoulik committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8a12f44 View commit details
    Browse the repository at this point in the history
  3. Revert "Workaround wasm-opt crash"

    This reverts commit 200cf3b.
    radekdoulik committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    fc6ad97 View commit details
    Browse the repository at this point in the history
  4. Revert "Workaround wasm-opt crash"

    This reverts commit 4530edf.
    radekdoulik committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    683bd51 View commit details
    Browse the repository at this point in the history
  5. Revert "Workaround wasm-opt crash"

    This reverts commit 3593c41.
    radekdoulik committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b15fd5c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Increase tests timeout

    radekdoulik committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9ae3c2f View commit details
    Browse the repository at this point in the history
  2. Show test progress

    radekdoulik committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    60a4799 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dadd6d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    3bd6bfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16866a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. Increase WBT timeout

    radekdoulik committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4c69c36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c268a87 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d1d8619 View commit details
    Browse the repository at this point in the history
  2. Fix mono_wasm_load_runtime cwrap signature

    Fixes: `Uncaught ExitStatus: Assertion failed: stringToUTF8Array expects a string (got number)`
    radekdoulik committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    abe9b00 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    d5a0bc4 View commit details
    Browse the repository at this point in the history
  2. Try to reduce number of parallel AOT compilations

    To check whether it will improve memory issues on CI
    radekdoulik committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5d9a6d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

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

Commits on Jul 3, 2024

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

Commits on Jul 4, 2024

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

Commits on Jul 7, 2024

  1. Reduce the timeouts

    radekdoulik committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    009e371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e0d5ce View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    061f2b5 View commit details
    Browse the repository at this point in the history
  2. use active issues for MT

    pavelsavara committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8ed7bf9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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

Commits on Jul 13, 2024

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

Commits on Jul 15, 2024

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