Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Dec 14, 2023
1 parent cc1b3ef commit 4e24961
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion bazel/emscripten_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ filegroup(
name = "emcc_common",
srcs = [
"emscripten/emcc.py",
"emscripten/emscripten.py",
"emscripten/emscripten-version.txt",
"emscripten/cache/sysroot_install.stamp",
"emscripten/src/settings.js",
Expand Down
7 changes: 7 additions & 0 deletions bazel/revisions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
# DO NOT MODIFY

EMSCRIPTEN_TAGS = {
"3.1.51": struct(
hash = "4f416d92fbff66ce79901cfc8263768f1b25dd3e",
sha_linux = "09af08eb562cccf85770e4b8e368acb5accb1759fe3bc436b8fad80c27f90c79",
sha_mac = "b12201caf9ff2b981349edebd2d2c022ff000c74241ef96305b831abbd4f9450",
sha_mac_arm64 = "65fbee020cf965f9216607bad56215795529cbe8cef318fadcb33141dd6b5e82",
sha_win = "65c2d005a6be80723fa795ea724d4db9960601cf7d59d880f2882ecd45c8ad2b",
),
"3.1.50": struct(
hash = "2ce4170cef5ce46f337f9fd907b614a8db772c7d",
sha_linux = "8822050b999286694cd4ffc7d959a8ea3137e3a910121d78b5377439ede9b598",
Expand Down
4 changes: 3 additions & 1 deletion emscripten-releases-tags.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"aliases": {
"latest": "3.1.50",
"latest": "3.1.51",
"latest-sdk": "latest",
"latest-arm64-linux": "3.1.47",
"latest-64bit": "latest",
Expand All @@ -10,6 +10,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.51": "4f416d92fbff66ce79901cfc8263768f1b25dd3e",
"3.1.51-asserts": "9035c99beb760aa0ea381bdf11abf440d88bb451",
"3.1.50": "2ce4170cef5ce46f337f9fd907b614a8db772c7d",
"3.1.50-asserts": "0a6fe6ef5880bf5b035d396f3875fda9b7c4bb60",
"3.1.49": "bd0a2e230466dadb36efc71aa7271f17c6c35420",
Expand Down

0 comments on commit 4e24961

Please sign in to comment.