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] Bump emscripten to 3.1.34 #83998

Merged
merged 12 commits into from
Apr 17, 2023

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    33b5c4a View commit details
    Browse the repository at this point in the history
  2. Update emsdk deps

    radekdoulik committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    dff44d4 View commit details
    Browse the repository at this point in the history
  3. Update icu deps

    radekdoulik committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ce1a265 View commit details
    Browse the repository at this point in the history
  4. Use new images

    radekdoulik committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    ed96a04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e6a28c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Ignore ExitStatus exceptions

    This should fix these errors:
    
        [wasm test] [23:10:04] dbug: Reached wasm exit
        [wasm test] [23:10:04] info: node:internal/process/promises:246
        [wasm test] [23:10:04] info:           triggerUncaughtException(err, true /* fromPromise */);
        [wasm test] [23:10:04] info:           ^
        [wasm test] [23:10:04] info:
        [wasm test] [23:10:04] info: [UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<ExitStatus>".] {
        [wasm test] [23:10:04] info:   code: 'ERR_UNHANDLED_REJECTION'
        [wasm test] [23:10:04] info: }
        [wasm test] [23:10:04] info:
        [wasm test] [23:10:04] info: Node.js v17.3.1
        [wasm test] [23:10:04] info: Process node.exe exited with 1
    radekdoulik committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    81672f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2cbb94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3edd6e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    be9a509 View commit details
    Browse the repository at this point in the history
  2. Exclude 2 failing tests

    radekdoulik committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2097f47 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Updade ICU deps

    radekdoulik committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ad92e21 View commit details
    Browse the repository at this point in the history
  2. Revert "Updade ICU deps"

    This reverts commit ad92e21.
    
    Looks like main is behind and doesn't work with latest ICU, so go back
    to the one with 3.1.34 bump
    radekdoulik committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    556fc6e View commit details
    Browse the repository at this point in the history