Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored and shlomif committed Sep 29, 2023
1 parent 1147c9d commit 1355cd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.37": struct(
hash = "7c905cfc1ca6699f6ccb288ae174902cfbdcf0a2",
sha_linux = "9ff44ef69d3f389adcacbb9b95331da72cffdf6e9431c8beb6ebf7aedb77499c",
sha_mac = "accfe90322b6449933c3d8e1346024e2e2e3bef7b101942294f995b2c8e1b60f",
sha_mac_arm64 = "a0461e234c08bd7ddd7a86b49b52ccc853ebe4ce0fb5b4314e9de0193c32514a",
sha_win = "e026ea2570e747d0640829c62abddcdc14a4acffe31180110971750b80042d7a",
),
"3.1.36": struct(
hash = "adedc0750c4a89b65bee866edab24298cb8d6677",
sha_linux = "55d3cc557a83716f7a7fe121a07dbd59ed4b5d425051e22c902570e3e0ea6c4c",
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.36",
"latest": "3.1.37",
"latest-sdk": "latest",
"latest-arm64-linux": "3.1.33",
"latest-64bit": "latest",
Expand All @@ -10,6 +10,8 @@
"latest-releases-upstream": "latest"
},
"releases": {
"3.1.37": "7c905cfc1ca6699f6ccb288ae174902cfbdcf0a2",
"3.1.37-asserts": "323607efbcdf84886dab55a18d758fe4c7d71d1e",
"3.1.36": "adedc0750c4a89b65bee866edab24298cb8d6677",
"3.1.36-asserts": "fdd2824226a8b001df5697146b88be98920fc215",
"3.1.35": "671550b5bdceee7bdb21493714f9a815aa5149a9",
Expand Down

0 comments on commit 1355cd7

Please sign in to comment.