Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Jan 19, 2024
1 parent 0bbae74 commit 96bd9f0
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.52": struct(
hash = "ce2097fb81953331e65543c20b437475f218127c",
sha_linux = "1c0cd572067c6348cea5e347b9ef7c5460493ca3f0d84bb991689731d0e140ef",
sha_mac = "5d9c801f9cfe81337d65969e174e0b3ef4cf2b47eb548ff4695abe3a2e69ba70",
sha_mac_arm64 = "7ce8fef7542437c85412143cb59b13b8804bb06243a106d2d342c7d9132edc8e",
sha_win = "82ed01d965f5c2765191c67da5baecd2d3ce3f82a8cf30fc47fcd56d47826cf6",
),
"3.1.51": struct(
hash = "4f416d92fbff66ce79901cfc8263768f1b25dd3e",
sha_linux = "09af08eb562cccf85770e4b8e368acb5accb1759fe3bc436b8fad80c27f90c79",
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.51",
"latest": "3.1.52",
"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.52": "ce2097fb81953331e65543c20b437475f218127c",
"3.1.52-asserts": "49e9a37dd6d1d65aa92472d8908cb8b88092dfaf",
"3.1.51": "4f416d92fbff66ce79901cfc8263768f1b25dd3e",
"3.1.51-asserts": "9035c99beb760aa0ea381bdf11abf440d88bb451",
"3.1.50": "2ce4170cef5ce46f337f9fd907b614a8db772c7d",
Expand Down

0 comments on commit 96bd9f0

Please sign in to comment.