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.
wasmtime
1 parent 860f36a commit f152086Copy full SHA for f152086
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 = "e95d274822ac72bf06355bdfbeddcacae60d7e98fec8ee4b2e21740636fb5c2c",
63
- strip_prefix = "wasmtime-0.26.0",
64
- url = "https://github.com/bytecodealliance/wasmtime/archive/v0.26.0.tar.gz",
+ sha256 = "78eccfd8c8d63c30e85762bf36cf032409b7c34ac34f329b7e228ea6cc7aebca",
+ strip_prefix = "wasmtime-0.30.0",
+ url = "https://github.com/bytecodealliance/wasmtime/archive/v0.30.0.tar.gz",
65
)
66
67
0 commit comments