Skip to content

Commit 983a6a4

Browse files
committed
wasmtime: update C API to v0.32.0.
Missed in proxy-wasm#205. Signed-off-by: Piotr Sikora <[email protected]>
1 parent f2f90be commit 983a6a4

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
@@ -59,9 +59,9 @@ def proxy_wasm_cpp_host_repositories():
5959
http_archive(
6060
name = "com_github_bytecodealliance_wasmtime",
6161
build_file = "@proxy_wasm_cpp_host//bazel/external:wasmtime.BUILD",
62-
sha256 = "4f9fc62453f2d8faf2374699a40e95d9265829e675b5a28e45e2af4b642e7219",
63-
strip_prefix = "wasmtime-0.31.0",
64-
url = "https://github.com/bytecodealliance/wasmtime/archive/v0.31.0.tar.gz",
62+
sha256 = "47d823a71c2512f201b772fae73912c22882385197d67ece6855f29393516147",
63+
strip_prefix = "wasmtime-0.32.0",
64+
url = "https://github.com/bytecodealliance/wasmtime/archive/v0.32.0.tar.gz",
6565
)
6666

6767
http_archive(

0 commit comments

Comments
 (0)