File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ http_archive(
9
9
name = "emscripten_toolchain" ,
10
10
build_file = "//:emscripten-toolchain.BUILD" ,
11
11
patch_cmds = [
12
- "./emsdk install 1.39.0 -upstream" ,
13
- "./emsdk activate --embedded 1.39.0 -upstream" ,
14
- ],
15
- strip_prefix = "emsdk-a5082b232617c762cb65832429f896c838df2483 " ,
16
- url = "https://github.com/emscripten-core/emsdk/archive/a5082b232617c762cb65832429f896c838df2483 .tar.gz" ,
12
+ "./emsdk install 1.39.19 -upstream" ,
13
+ "./emsdk activate --embedded 1.39.19 -upstream" ,
14
+ ],
15
+ strip_prefix = "emsdk-dec8a63594753fe5f4ad3b47850bf64d66c14a4e " ,
16
+ url = "https://github.com/emscripten-core/emsdk/archive/dec8a63594753fe5f4ad3b47850bf64d66c14a4e .tar.gz" ,
17
17
)
18
18
19
19
# required by com_google_protobuf
@@ -32,8 +32,8 @@ bazel_skylib_workspace()
32
32
33
33
git_repository (
34
34
name = "com_google_protobuf" ,
35
- remote = "https://github.com/protocolbuffers/protobuf" ,
36
35
commit = "655310ca192a6e3a050e0ca0b7084a2968072260" ,
36
+ remote = "https://github.com/protocolbuffers/protobuf" ,
37
37
)
38
38
39
39
http_archive (
You can’t perform that action at this time.
0 commit comments