Skip to content

Commit 5cec30b

Browse files
authored
Update emscripten. (proxy-wasm#35)
Signed-off-by: John Plevyak <[email protected]>
1 parent 862c556 commit 5cec30b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

WORKSPACE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

3333
git_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

3939
http_archive(

0 commit comments

Comments
 (0)