Skip to content

Commit 816e403

Browse files
committed
Bump to emsdk 3.1.67
Signed-off-by: Martijn Stevenson <mstevenson@google.com>
1 parent 9a7fa13 commit 816e403

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bazel/repositories.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ def proxy_wasm_cpp_sdk_repositories():
1919
maybe(
2020
http_archive,
2121
name = "emsdk",
22-
sha256 = "05bad056df1286f920c675504787510434ae8b1b2d83746e0a9b0589429dbe55",
23-
# v3.1.44 with Bazel platforms fixes
24-
strip_prefix = "emsdk-9b0db91883452051aca8deddc932363aab29060b/bazel",
25-
url = "https://github.com/emscripten-core/emsdk/archive/9b0db91883452051aca8deddc932363aab29060b.tar.gz",
22+
sha256 = "d9e084ef352adaa4a15470f0dfc675fe8cab1a4e4d1720fb2e7547f31c3b5d40",
23+
# v3.1.67
24+
strip_prefix = "emsdk-a2383b33581adb7383c8f874d2dc34e07d055332/bazel",
25+
url = "https://github.com/emscripten-core/emsdk/archive/a2383b33581adb7383c8f874d2dc34e07d055332.tar.gz",
2626
patches = ["@proxy_wasm_cpp_sdk//bazel:emsdk.patch"],
2727
patch_args = ["-p2"],
2828
)

0 commit comments

Comments
 (0)