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

3.1.56 #1353

Merged
merged 5 commits into from
Mar 14, 2024
Merged

3.1.56 #1353

Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
aheejin marked this conversation as resolved.
Show resolved Hide resolved
"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