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(
99 name = "emscripten_toolchain" ,
1010 build_file = "//:emscripten-toolchain.BUILD" ,
1111 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" ,
1717)
1818
1919# required by com_google_protobuf
@@ -32,8 +32,8 @@ bazel_skylib_workspace()
3232
3333git_repository (
3434 name = "com_google_protobuf" ,
35- remote = "https://github.com/protocolbuffers/protobuf" ,
3635 commit = "655310ca192a6e3a050e0ca0b7084a2968072260" ,
36+ remote = "https://github.com/protocolbuffers/protobuf" ,
3737)
3838
3939http_archive (
You can’t perform that action at this time.
0 commit comments