File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ def proxy_wasm_cpp_sdk_repositories():
19
19
maybe (
20
20
http_archive ,
21
21
name = "emsdk" ,
22
- sha256 = "52763f556d08ba0c0cde1840102e1e5fcf828b98924c4e77f629ad1d7d400933 " ,
23
- # v3.1.44 with one Bazel platforms fix
24
- strip_prefix = "emsdk-ef2a8e929d5337755e9b1d1e1d4ad859dc694eee /bazel" ,
25
- url = "https://github.com/emscripten-core/emsdk/archive/ef2a8e929d5337755e9b1d1e1d4ad859dc694eee .tar.gz" ,
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" ,
26
26
patches = ["@proxy_wasm_cpp_sdk//bazel:emsdk.patch" ],
27
27
patch_args = ["-p2" ],
28
28
)
You can’t perform that action at this time.
0 commit comments