We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d18e54 commit 0531685Copy full SHA for 0531685
BUILD
@@ -3,9 +3,9 @@ load(
3
"@proxy_wasm_cpp_host//bazel:select.bzl",
4
"proxy_wasm_select_runtime_v8",
5
"proxy_wasm_select_runtime_wamr",
6
+ "proxy_wasm_select_runtime_wasmedge",
7
"proxy_wasm_select_runtime_wasmtime",
8
"proxy_wasm_select_runtime_wavm",
- "proxy_wasm_select_runtime_wasmedge",
9
)
10
11
licenses(["notice"]) # Apache 2
@@ -154,8 +154,11 @@ cc_library(
154
"src/wasmedge/wasmedge.cc",
155
],
156
hdrs = ["include/proxy-wasm/wasmedge.h"],
157
- linkopts = ["-lrt", "-ldl"],
158
defines = ["PROXY_WASM_HAS_RUNTIME_WASMEDGE"],
+ linkopts = [
159
+ "-lrt",
160
+ "-ldl",
161
+ ],
162
deps = [
163
":wasm_vm_headers",
164
"//external:wasmedge",
0 commit comments