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 8771886 commit 25daf5eCopy full SHA for 25daf5e
bazel/repositories.bzl
@@ -185,9 +185,9 @@ def proxy_wasm_cpp_host_repositories():
185
http_archive,
186
name = "com_github_wasmedge_wasmedge",
187
build_file = "@proxy_wasm_cpp_host//bazel/external:wasmedge.BUILD",
188
- sha256 = "65d95e5f83d25ab09fa9a29369f578838e8a519fb170704d0f5896187364429b",
189
- strip_prefix = "WasmEdge-proxy-wasm-0.11.2",
190
- url = "https://github.com/WasmEdge/WasmEdge/archive/refs/tags/proxy-wasm/0.11.2.tar.gz",
+ sha256 = "7ab8a0df37c8d282ecff72d0f0bff8db63fd92df1645d5a014a9dbed4b7f9025",
+ strip_prefix = "WasmEdge-proxy-wasm-0.13.1",
+ url = "https://github.com/WasmEdge/WasmEdge/archive/refs/tags/proxy-wasm/0.13.1.tar.gz",
191
)
192
193
native.bind(
0 commit comments