Skip to content

Commit

Permalink
3.1.56 (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
aheejin authored Mar 14, 2024
1 parent 5726ccc commit da5a192
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.56": struct(
hash = "e5eebffb9a0e978c82dd57528cd574c2b0fb9b5c",
sha_linux = "acdd731fa10c8ac55d1d407813200906ebda52185204275be0a395921c6a1b1c",
sha_mac = "949edb4a4cc4e6804d90e9939ca89acf1122d3343aeb1d08585bd015bc1510f1",
sha_mac_arm64 = "9de551d12d1ca9d9999aba505e236b8761e2cbed58852fe43d8d4bcf2fec7d26",
sha_win = "3711f4751c83d110b453ca3455485b430b807366a48a2721bc2382e772818683",
),
"3.1.55": struct(
hash = "f5557e3b7166d05bddb5977e363ec48cd06e9d32",
sha_linux = "2a1cccc2f6db801219eb966d00af78a026af7822055064092387e7eba18e75ad",
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.55",
"latest": "3.1.56",
"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.56": "e5eebffb9a0e978c82dd57528cd574c2b0fb9b5c",
"3.1.56-asserts": "0d7db6e7424d13a21a445c9b0c995a1a2c71ae3a",
"3.1.55": "f5557e3b7166d05bddb5977e363ec48cd06e9d32",
"3.1.55-asserts": "eb23cc30563325fd6dc97fcf85ddf26489ab9110",
"3.1.54": "aa1588cd28c250a60457b5ed342557c762f416e3",
Expand Down

0 comments on commit da5a192

Please sign in to comment.