Skip to content

Commit 60cd167

Browse files
authored
3.1.33 (#1200)
1 parent c04b1bb commit 60cd167

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

bazel/revisions.bzl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# DO NOT MODIFY
33

44
EMSCRIPTEN_TAGS = {
5+
"3.1.33": struct(
6+
hash = "49b960bd03b3a9da478a08541ce6eafe792a58a8",
7+
sha_linux = "eab02b3f4b7c076974452ba602f908a36adf597afa15b16095b441f191ede1bb",
8+
sha_mac = "b8dad3cddb19c1daf9dae99020bd17b903ae9649cfc58e433ea4951e758804de",
9+
sha_mac_arm64 = "fbf03d06c7503f091191e440b8ea577d65b3261167cdb47359d053f12888974b",
10+
sha_win = "031f951668eaeea39bd9363abb3f514efc3401506374984fa9b1d7ba3130a62f",
11+
),
512
"3.1.32": struct(
613
hash = "29ad1037cd6b99e5d8a1bd75bc188c1e9a6fda8d",
714
sha_linux = "25fa252e9fc674d1bcef35b3a10dd85024aa93c843b8067f8d917e5151968ffc",

emscripten-releases-tags.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"aliases": {
3-
"latest": "3.1.32",
3+
"latest": "3.1.33",
44
"latest-sdk": "latest",
55
"latest-arm64-linux": "3.1.21",
66
"latest-64bit": "latest",
@@ -10,6 +10,8 @@
1010
"latest-releases-upstream": "latest"
1111
},
1212
"releases": {
13+
"3.1.33": "49b960bd03b3a9da478a08541ce6eafe792a58a8",
14+
"3.1.33-asserts": "e3ca2c6756b75cf6c6daa40276de0f25218e04a7",
1315
"3.1.32": "29ad1037cd6b99e5d8a1bd75bc188c1e9a6fda8d",
1416
"3.1.32-asserts": "2811c849256ec5b62b4ec32fb8369e5f3c9a54b1",
1517
"3.1.31": "1eec24930cb2f56f6d9cd10ffcb031e27ea4157a",

0 commit comments

Comments
 (0)