Skip to content

Commit 3e90e55

Browse files
authored
Fix WasmEdge LLVM configuration not being selected during builds
1 parent efe1d08 commit 3e90e55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bazel/select.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def proxy_wasm_select_engine_wasmtime(xs, xp):
4444
def proxy_wasm_select_engine_wasmedge(xs):
4545
return select({
4646
"@proxy_wasm_cpp_host//bazel:engine_wasmedge": xs,
47+
"@proxy_wasm_cpp_host//bazel:engine_wasmedge_llvm": xs,
4748
"@proxy_wasm_cpp_host//bazel:multiengine": xs,
4849
"//conditions:default": [],
4950
})

0 commit comments

Comments
 (0)