File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
module (
2
2
name = "emsdk" ,
3
- version = "4.0.11 " ,
3
+ version = "4.0.12 " ,
4
4
)
5
5
6
6
bazel_dep (name = "platforms" , version = "0.0.11" )
Original file line number Diff line number Diff line change @@ -947,7 +947,7 @@ def _impl(ctx):
947
947
"-iwithsysroot" + "/include/compat" ,
948
948
"-iwithsysroot" + "/include" ,
949
949
"-isystem" ,
950
- emscripten_dir + "/lib/clang/21 /include" ,
950
+ emscripten_dir + "/lib/clang/22 /include" ,
951
951
],
952
952
),
953
953
# Inputs and outputs
Original file line number Diff line number Diff line change 2
2
# DO NOT MODIFY
3
3
4
4
EMSCRIPTEN_TAGS = {
5
+ "4.0.12" : struct (
6
+ hash = "209b886304498eff50dd835850dc5715803401ed" ,
7
+ sha_linux = "1c303712707a91b88f743b0ad6dd1544c289e614844396698a2510a66c5608f1" ,
8
+ sha_linux_arm64 = "2c503d031d2ad2b13c6e4fe09f104fe50c5d1319feaa2b3d19d4e4608435fbb8" ,
9
+ sha_mac = "c85830f151ec8eebec6bb2344e3eed942bc7b5dc91b146326635f9f71af459f2" ,
10
+ sha_mac_arm64 = "853dff1a8451b54ff7cdd95f923851dd9b58ab36873b7b600d16243a5fb6d907" ,
11
+ sha_win = "7b7e58fbd35a78ddf9a2a4a3f6215857bf2342942c429cdf540a2251540cb845" ,
12
+ ),
5
13
"4.0.11" : struct (
6
14
hash = "7033fec38817ec01909b044ea0193ddd5057255c" ,
7
15
sha_linux = "f38e70b53be587e7c757f375b3452e259c70130d4b40db3213c95b7ae321f5d7" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"aliases" : {
3
- "latest" : " 4.0.11 " ,
3
+ "latest" : " 4.0.12 " ,
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.12" : " 209b886304498eff50dd835850dc5715803401ed" ,
14
+ "4.0.12-asserts" : " a9e9ee083503b842a14d31db764e31d65afb8910" ,
13
15
"4.0.11" : " 7033fec38817ec01909b044ea0193ddd5057255c" ,
14
16
"4.0.11-asserts" : " 0eacb0d6" ,
15
17
"4.0.10" : " 8103ffedfb0c42d231c6af6859a5a1a832260b43" ,
You can’t perform that action at this time.
0 commit comments