File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
module (
2
2
name = "emsdk" ,
3
- version = "4.0.10 " ,
3
+ version = "4.0.11 " ,
4
4
)
5
5
6
6
bazel_dep (name = "platforms" , version = "0.0.11" )
Original file line number Diff line number Diff line change 2
2
# DO NOT MODIFY
3
3
4
4
EMSCRIPTEN_TAGS = {
5
+ "4.0.11" : struct (
6
+ hash = "7033fec38817ec01909b044ea0193ddd5057255c" ,
7
+ sha_linux = "f38e70b53be587e7c757f375b3452e259c70130d4b40db3213c95b7ae321f5d7" ,
8
+ sha_linux_arm64 = "42020e4db200ac366a3e91ac2fccc04ee0ffc090cd2d5986c892b27f39172bb9" ,
9
+ sha_mac = "4169811f9682f54ae5c9d0662d0a4dd4318abab5d3d0473fa54007f515a8cdea" ,
10
+ sha_mac_arm64 = "09554371e3941306d047d67618532e5366ba6c9b5bda1a504a917bfbabc5d414" ,
11
+ sha_win = "bd2094ca9bde5df25020a46ece7f56b622d1d22214fbd12950b01b952dd40084" ,
12
+ ),
5
13
"4.0.10" : struct (
6
14
hash = "8103ffedfb0c42d231c6af6859a5a1a832260b43" ,
7
15
sha_linux = "0183f887b56c3f8d4b45826cb49856a3324afb66236ad3c13944c0fd2550cbbc" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ emscripten_cache.targets(targets = [
19
19
"libdlmalloc" ,
20
20
"libcompiler_rt" ,
21
21
"libc++-noexcept" ,
22
+ "libc++-debug-noexcept" ,
22
23
"libc++abi-debug-noexcept" ,
23
24
"libsockets" ,
24
25
"libdlmalloc-debug" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"aliases" : {
3
- "latest" : " 4.0.10 " ,
3
+ "latest" : " 4.0.11 " ,
4
4
"latest-sdk" : " latest" ,
5
5
"latest-arm64-linux" : " latest" ,
6
6
"latest-64bit" : " latest" ,
10
10
"latest-releases-upstream" : " latest"
11
11
},
12
12
"releases" : {
13
+ "4.0.11" : " 7033fec38817ec01909b044ea0193ddd5057255c" ,
14
+ "4.0.11-asserts" : " 0eacb0d6" ,
13
15
"4.0.10" : " 8103ffedfb0c42d231c6af6859a5a1a832260b43" ,
14
16
"4.0.10-asserts" : " ccf48a673362f11ddb6c3656405bb6a03b344052" ,
15
17
"4.0.9" : " cb2a69bce627bd2247624c71fc12907cb8785d2f" ,
You can’t perform that action at this time.
0 commit comments