We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d32cb05 + 3f36c1b commit c8cec6bCopy full SHA for c8cec6b
bazel/repositories.bzl
@@ -59,9 +59,10 @@ 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 = "e95d274822ac72bf06355bdfbeddcacae60d7e98fec8ee4b2e21740636fb5c2c",
+ sha256 = "14259050366787d367cb1e007090d7503b8d05add78033061147f98d5494c854",
+ strip_prefix = "wasmtime-0.29.0",
65
+ url = "https://github.com/bytecodealliance/wasmtime/archive/v0.29.0.tar.gz",
66
)
67
68
0 commit comments