Skip to content

Commit

Permalink
Drop emsdk patches in attempt to reproduce proxy-wasm#149
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Krinkin <[email protected]>
  • Loading branch information
krinkinmu committed Oct 4, 2024
1 parent fb6af64 commit 766a3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def proxy_wasm_cpp_sdk_repositories():
# v3.1.7 with Bazel fixes
strip_prefix = "emsdk-0ea8f8a8707070e9a7c83fbb4a3065683bcf1799/bazel",
url = "https://github.com/emscripten-core/emsdk/archive/0ea8f8a8707070e9a7c83fbb4a3065683bcf1799.tar.gz",
patches = ["@proxy_wasm_cpp_sdk//bazel:emsdk.patch"],
patch_args = ["-p2"],
#patches = ["@proxy_wasm_cpp_sdk//bazel:emsdk.patch"],
#patch_args = ["-p2"],
)

maybe(
Expand Down

0 comments on commit 766a3a5

Please sign in to comment.