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 f2f90be commit 983a6a4Copy full SHA for 983a6a4
bazel/repositories.bzl
@@ -59,9 +59,9 @@ def proxy_wasm_cpp_host_repositories():
59
http_archive(
60
name = "com_github_bytecodealliance_wasmtime",
61
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",
+ sha256 = "47d823a71c2512f201b772fae73912c22882385197d67ece6855f29393516147",
+ strip_prefix = "wasmtime-0.32.0",
+ url = "https://github.com/bytecodealliance/wasmtime/archive/v0.32.0.tar.gz",
65
)
66
67
0 commit comments