forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproxy_wasm_cpp_host.patch
More file actions
40 lines (37 loc) · 964 Bytes
/
proxy_wasm_cpp_host.patch
File metadata and controls
40 lines (37 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
diff --git a/BUILD b/BUILD
index 91792a8..872131c 100644
--- a/BUILD
+++ b/BUILD
@@ -91,7 +91,7 @@ cc_library(
":headers",
] + select({
"//bazel:crypto_system": [],
- "//conditions:default": ["@boringssl//:crypto"],
+ "//conditions:default": ["@envoy//bazel:crypto"],
}),
alwayslink = 1,
)
@@ -155,7 +155,7 @@ cc_library(
}),
deps = [
":wasm_vm_headers",
- "@com_github_bytecodealliance_wasm_micro_runtime//:wamr_lib",
+ "@envoy//bazel/foreign_cc:wamr",
],
)
@@ -221,7 +221,7 @@ cc_library(
}),
deps = [
":wasm_vm_headers",
- "@com_github_bytecodealliance_wasmtime//:wasmtime_lib",
+ "@wasmtime//:wasmtime_lib",
],
)
@@ -280,7 +280,7 @@ cc_library(
}),
deps = [
":wasm_vm_headers",
- "@com_github_bytecodealliance_wasmtime//:prefixed_wasmtime_lib",
+ "@wasmtime//:prefixed_wasmtime_lib",
],
)