Skip to content

Commit 766a3a5

Browse files
committed
Drop emsdk patches in attempt to reproduce proxy-wasm#149
Signed-off-by: Mikhail Krinkin <[email protected]>
1 parent fb6af64 commit 766a3a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bazel/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def proxy_wasm_cpp_sdk_repositories():
2323
# v3.1.7 with Bazel fixes
2424
strip_prefix = "emsdk-0ea8f8a8707070e9a7c83fbb4a3065683bcf1799/bazel",
2525
url = "https://github.com/emscripten-core/emsdk/archive/0ea8f8a8707070e9a7c83fbb4a3065683bcf1799.tar.gz",
26-
patches = ["@proxy_wasm_cpp_sdk//bazel:emsdk.patch"],
27-
patch_args = ["-p2"],
26+
#patches = ["@proxy_wasm_cpp_sdk//bazel:emsdk.patch"],
27+
#patch_args = ["-p2"],
2828
)
2929

3030
maybe(

0 commit comments

Comments
 (0)