Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/BUILD b/BUILD
index 91792a8..94456d8 100644
index 91792a8..2200d08 100644
--- a/BUILD
+++ b/BUILD
@@ -91,7 +91,7 @@ cc_library(
Expand Down Expand Up @@ -57,7 +57,7 @@ index 91792a8..94456d8 100644
)

diff --git a/bazel/BUILD b/bazel/BUILD
index 15f323f..7e4b1dc 100644
index 15f323f..f679920 100644
--- a/bazel/BUILD
+++ b/bazel/BUILD
@@ -68,5 +68,47 @@ selects.config_setting_group(
Expand Down Expand Up @@ -86,13 +86,13 @@ index 15f323f..7e4b1dc 100644
+# Wasmtime library - can be overridden by consuming repos
+label_flag(
+ name = "wasmtime_lib",
+ build_setting_default = "@com_github_bytecodealliance_wasmtime//:wasmtime_lib",
+ build_setting_default = "@com_github_wasmtime//:wasmtime_lib",
+)
+
+# Prefixed wasmtime library (for multi-engine builds)
+label_flag(
+ name = "prefixed_wasmtime_lib",
+ build_setting_default = "@com_github_bytecodealliance_wasmtime//:prefixed_wasmtime_lib",
+ build_setting_default = "@com_github_wasmtime//:prefixed_wasmtime_lib",
+)
+
+# WasmEdge library - can be overridden by consuming repos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"strip_prefix": "proxy-wasm-cpp-host-beb8a4ece9eede4ab21d89d723359607600296d4",
"patch_strip": 1,
"patches": {
"proxy-wasm-cpp-host.patch": "sha256-hhGksORUB6MFh35/YkeOvr8Gak0adZe6UjSvxcpi9kA="
"proxy-wasm-cpp-host.patch": "sha256-swWsokNE4W9vP7AzgKhjS0njIhCCOqDw4IVWyHaqIxA="
}
}