Skip to content

Commit 25daf5e

Browse files
authored
wasmedge: update to v0.13.1. (#361)
Signed-off-by: YiYing He <[email protected]>
1 parent 8771886 commit 25daf5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ def proxy_wasm_cpp_host_repositories():
185185
http_archive,
186186
name = "com_github_wasmedge_wasmedge",
187187
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",
188+
sha256 = "7ab8a0df37c8d282ecff72d0f0bff8db63fd92df1645d5a014a9dbed4b7f9025",
189+
strip_prefix = "WasmEdge-proxy-wasm-0.13.1",
190+
url = "https://github.com/WasmEdge/WasmEdge/archive/refs/tags/proxy-wasm/0.13.1.tar.gz",
191191
)
192192

193193
native.bind(

0 commit comments

Comments
 (0)