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

Merge upstream 3.1.56 #761

Draft
wants to merge 80 commits into
base: main
Choose a base branch
from

Commits on Mar 15, 2023

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

Commits on Mar 30, 2023

  1. Add linux/arm64 support to bazel rules (emscripten-core#1156)

    * Add linux/arm64 support to bazel rules
    
    * Make linux arm64 sha optional and PR feedback
    
    Not all releases have linux shas. Use getattr to default to no sha if none was
    present. This way non linux arm64 builds should not fail.
    
    * Update linux arm64 sha for 3.1.33
    
    This is the latest arm64 release according to emscripten-core#1204. There do not seem to be a any releases between .21 and .33.
    robbertvanginkel committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    04944dd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Apr 10, 2023

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

Commits on Apr 11, 2023

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

Commits on Apr 17, 2023

  1. 3.1.36 (emscripten-core#1210)

    sbc100 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    da96998 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. 3.1.37 (emscripten-core#1212)

    sbc100 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b113f24 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. 3.1.38 (emscripten-core#1215)

    sbc100 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0329dba View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. 3.1.39 (emscripten-core#1217)

    dschuff committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e8b6477 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. 3.1.40 (emscripten-core#1221)

    dschuff committed May 31, 2023
    Configuration menu
    Copy the full SHA
    ae24571 View commit details
    Browse the repository at this point in the history
  2. Update mac builders to use Circle's gen2 mac runner (emscripten-core#…

    …1222)
    
    This runner is faster and more efficient.
    Also factor the mac configuration into an executor.
    dschuff committed May 31, 2023
    Configuration menu
    Copy the full SHA
    4b47cbf View commit details
    Browse the repository at this point in the history
  3. Add security policy (emscripten-core#1224)

    Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
    pnacht committed May 31, 2023
    Configuration menu
    Copy the full SHA
    3009d69 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Docker: remove remnant of fastcomp (emscripten-core#1226)

    The fastcomp backend was removed in Emscripten v2.0.0.
    kleisauke committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5753939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e411325 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. 3.1.41 (emscripten-core#1230)

    sbc100 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    775ba04 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Update node, 15.14.0 -> 16.20.0 (emscripten-core#1232)

    This allows us to use the native ARM64 version on MacOS.
    Also update the test scripts to work on ARM64 mac, and skip tests that aren't relevant.
    dschuff committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d7327b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. 3.1.42 (emscripten-core#1238)

    sbc100 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c2260b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Prefer arm64 over aarch64 internally. NFC (emscripten-core#1246)

    This seems like more commonly known/used name for the architecture
    these days.
    sbc100 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    1d59cd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ee963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    098a3ff View commit details
    Browse the repository at this point in the history
  4. Fix activated_path_skip on repeated running of emsdk_env.sh (emsc…

    …ripten-core#1250)
    
    The first time around `node` was being correctly added to the PATH, but
    the second time around this code was observing the emsdk copy of node
    in the PATH and assuming it could be skipped.
    
    Fixes: emscripten-core#1240
    sbc100 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c88612d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bde060 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Docker: use a entrypoint script (emscripten-core#1227)

    In favor of `/etc/bash.bashrc`, which is only read for interactive
    shells.
    kleisauke committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e28e476 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. 3.1.43 (emscripten-core#1254)

    sbc100 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d9c66fa View commit details
    Browse the repository at this point in the history
  2. Have create_release.py push the new branch automatically (emscripten-…

    …core#1255)
    
    Having used this script for a while now I'm not sure there is any
    point if leaving this last step as a manual push.
    sbc100 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2d3b8a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11fa694 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f2db96 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Jul 25, 2023

  1. 3.1.44 (emscripten-core#1260)

    sbc100 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a896e3d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. wasm_cc_binary: Specify a default OS. Allow users to override platfor…

    …m. (emscripten-core#1262)
    
    * wasm_cc_binary: Specify a default OS. Allow users to override platform.
    
    Problem: proxy-wasm/proxy-wasm-cpp-sdk#157 (comment)
    
    This is solving the problem in two different ways. Please let me know
    your thoughts about both approaches, as either will work.
    
    Signed-off-by: Martijn Stevenson <mstevenson@google.com>
    
    * Rework platform selection to trigger os:wasi off standalone attr
    
    Signed-off-by: Martijn Stevenson <mstevenson@google.com>
    
    ---------
    
    Signed-off-by: Martijn Stevenson <mstevenson@google.com>
    martijneken committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ef2a8e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Add starlark highlighting to Bazel readme (emscripten-core#1264)

    Mark the build files as using the starlark language so they have the correct syntax highlighting.
    mattsoulanille committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    350c19a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. 3.1.45 (emscripten-core#1269)

    Also update emscripten include dir to v18, and change 17 to wildcard in emscripten deps
    dschuff committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c8dcb45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d22a55 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Fix the format of the .flake8 file, and exclude the script directory …

    …from the py2 linter (emscripten-core#1272)
    
    Flake8's INI config file format requires commas after each line. Because our file didn't have them, the exclude list
    wasn't set up correctly, and the --extend-exclude flag wasn't working. This PR fixes the .flake8 file.
    
    Also, update flake8 to the latest version available (because version 3.8 is required to get the --extend-exclude flag)
    and use the flag to exclude the files in the scripts/ directory from the python2 linter (since the scripts are python3).
    dschuff committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5d347a6 View commit details
    Browse the repository at this point in the history
  2. Replace update_bazel_workspace.sh with a python script (emscripten-co…

    …re#1271)
    
    This script is (IMO) more readable, but the real reason for this change is that
    it raises an error message when the binary package fails to download. (The shell
    script silently generated a bogus hash instead, because the shell's `set -e`
    builtin does not affect commands executing inside a $() context.
    It seemed just as easy to rewrite the script in Python as to fix that.
    
    This change also updates some outdated filename references.
    dschuff committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3391e03 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. [bazel] populate all_files (emscripten-core#1274)

    Fixes emscripten-core#1273. This was broken by emscripten-core#1045 with the comment "* all_files not needed?" They were needed.
    walkingeyerobot committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9b0db91 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. 3.1.46 (emscripten-core#1279)

    sbc100 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    93360d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Switch to .xz by default for SDK downloads (emscripten-core#1281)

    This is a bit of a hack but I can't think of another way to do it.
    Basically when downloading SDKs, we first try the new `.xz` extension.
    If that fails, we fall back to the old `.tbz2`.  Both these first two
    download attempts we run in "silent" mode.  If both of them fail we
    re-run the original request in non-silent mode so that the error message
    will always contain the original `.xz` extension.
    
    See emscripten-core#1235
    sbc100 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d42c740 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    8e82384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7171748 View commit details
    Browse the repository at this point in the history
  3. 3.1.47 (emscripten-core#1286)

    sbc100 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    37b85e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 30, 2023

  1. [Bazel] Add an :all target (emscripten-core#1295)

    Having an :all target is the most future-proof way here.
    
    Closes emscripten-core#1294.
    attilaolah committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    34e6772 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. 3.1.48 (emscripten-core#1297)

    sbc100 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f677ef9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. 3.1.49 (emscripten-core#1300)

    sbc100 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bfda0d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Nov 30, 2023

  1. 3.1.50 (emscripten-core#1306)

    aheejin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e2627e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Auto-publish Arm64 images when emscripten-releases-tags.json is updat…

    …ed (emscripten-core#1231)
    
    Add job to conditionally build arm64 images when emscripten-releases-tags.json updated
    jamsinclair committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b54a6b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef77dcc View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

Commits on Dec 14, 2023

  1. 3.1.51 (emscripten-core#1323)

    sbc100 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4e24961 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Remove logic build building native asm.js optimizer. NFC (emscripten-…

    …core#1325)
    
    We no longer support building fastcomp-based SDKs
    sbc100 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8822664 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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

Commits on Jan 3, 2024

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

Commits on Jan 19, 2024

  1. 3.1.52 (emscripten-core#1332)

    sbc100 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    96bd9f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    4f0128e View commit details
    Browse the repository at this point in the history
  2. 3.1.53 (emscripten-core#1336)

    sbc100 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2aa7490 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. 3.1.54 (emscripten-core#1343)

    sbc100 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c18280c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. 3.1.55 (emscripten-core#1350)

    sbc100 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7815dca View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Remove JS_ENGINES and COMPILER_ENGINE from config file (emscripten-co…

    …re#1354)
    
    `COMPILER_ENGINE` was completely removed from emscripten in
    emscripten-core/emscripten#9469.
    
    `JS_ENGINES` is only used/needed for testing and is no longer needed
    as of emscripten-core/emscripten#9542.
    sbc100 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5726ccc View commit details
    Browse the repository at this point in the history
  2. 3.1.56 (emscripten-core#1353)

    aheejin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    da5a192 View commit details
    Browse the repository at this point in the history
  3. CI: Build latest docker image rather than tot (emscripten-core#1359)

    This means that CI run that update `latest` actually test the thing
    we are about to ship.
    
    We recently had a case where `latest` was broken but `tot` was fixes
    and we accidentally shipped a broken SDK version (emscripten-core#1353).
    sbc100 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    44bf7cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccd111f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. 3.1.56 (emscripten-core#1360)

    emscripten-core#1353 turned out to be broken, so this is the second try.
    aheejin committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e10826f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Merge tag '3.1.56'

    radekdoulik committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8c6f771 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Bump the package versions too

    lewing committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    91ec18f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Update dependencies from https://github.com/dotnet/emscripten build 2…

    …0240412.1
    
    Microsoft.NETCore.Runtime.Wasm.Emscripten.Transport
     From Version 9.0.0-alpha.1.24208.1 -> To Version 9.0.0-alpha.1.24212.1
    dotnet-maestro[bot] authored and lewing committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c3c488b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e772a6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Update dependencies from https://github.com/dotnet/binaryen build 202…

    …40412.1
    
    runtime.linux-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport
     From Version 9.0.0-alpha.1.24208.2 -> To Version 9.0.0-alpha.1.24212.1
    dotnet-maestro[bot] authored and radekdoulik committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2cdd92e View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/emscripten build 2…

    …0240412.1
    
    Microsoft.NETCore.Runtime.Wasm.Emscripten.Transport
     From Version 9.0.0-alpha.1.24208.1 -> To Version 9.0.0-alpha.1.24212.1
    dotnet-maestro[bot] authored and radekdoulik committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2ca427c View commit details
    Browse the repository at this point in the history
  3. Update dependencies from https://github.com/dotnet/binaryen build 202…

    …40412.1
    
    runtime.linux-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport
     From Version 9.0.0-alpha.1.24208.2 -> To Version 9.0.0-alpha.1.24212.1
    dotnet-maestro[bot] authored and radekdoulik committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7e5b7d6 View commit details
    Browse the repository at this point in the history
  4. Update dependencies from https://github.com/dotnet/emscripten build 2…

    …0240412.1
    
    Microsoft.NETCore.Runtime.Wasm.Emscripten.Transport
     From Version 9.0.0-alpha.1.24208.1 -> To Version 9.0.0-alpha.1.24212.1
    dotnet-maestro[bot] authored and radekdoulik committed May 14, 2024
    Configuration menu
    Copy the full SHA
    77c3082 View commit details
    Browse the repository at this point in the history
  5. Update dependencies from https://github.com/dotnet/binaryen build 202…

    …40412.1
    
    runtime.linux-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport
     From Version 9.0.0-alpha.1.24208.2 -> To Version 9.0.0-alpha.1.24212.1
    dotnet-maestro[bot] authored and radekdoulik committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0918bb4 View commit details
    Browse the repository at this point in the history
  6. Update dependencies from https://github.com/dotnet/emscripten build 2…

    …0240415.1
    
    Microsoft.NETCore.Runtime.Wasm.Emscripten.Transport
     From Version 9.0.0-alpha.1.24208.1 -> To Version 9.0.0-alpha.1.24215.1
    dotnet-maestro[bot] authored and radekdoulik committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cfbc0f9 View commit details
    Browse the repository at this point in the history
  7. Update dependencies from https://github.com/dotnet/llvm-project build…

    … 20240415.4
    
    runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Wasm.LLVM.Transport , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Wasm.LLVM.Transport , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Wasm.LLVM.Transport , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Wasm.LLVM.Transport , runtime.osx-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.LLVM.Transport , runtime.osx-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.LLVM.Transport , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.LLVM.Transport , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.LLVM.Transport
     From Version 16.0.5-alpha.1.24204.1 -> To Version 16.0.5-alpha.1.24215.4
    dotnet-maestro[bot] authored and radekdoulik committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f48b487 View commit details
    Browse the repository at this point in the history
  8. Update dependencies from https://github.com/dotnet/binaryen build 202…

    …40415.1
    
    runtime.linux-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.linux-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport , runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Binaryen.Transport
     From Version 9.0.0-alpha.1.24208.2 -> To Version 9.0.0-alpha.1.24215.1
    dotnet-maestro[bot] authored and radekdoulik committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a39ce93 View commit details
    Browse the repository at this point in the history
  9. Update dependencies from https://github.com/dotnet/node build 20240415.1

    runtime.linux-arm64.Microsoft.NETCore.Runtime.Wasm.Node.Transport , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Wasm.Node.Transport , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Wasm.Node.Transport , runtime.linux-x64.Microsoft.NETCore.Runtime.Wasm.Node.Transport , runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Node.Transport , runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Node.Transport , runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Node.Transport , runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Node.Transport
     From Version 9.0.0-alpha.1.24208.1 -> To Version 9.0.0-alpha.1.24215.1
    dotnet-maestro[bot] authored and radekdoulik committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5831a08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    559366c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Use LLVM 19.x

    radekdoulik committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c3a7de6 View commit details
    Browse the repository at this point in the history