diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 29c0c82c..27869a1c 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -59,9 +59,10 @@ def proxy_wasm_cpp_host_repositories(): http_archive( name = "com_github_bytecodealliance_wasmtime", build_file = "@proxy_wasm_cpp_host//bazel/external:wasmtime.BUILD", - sha256 = "e95d274822ac72bf06355bdfbeddcacae60d7e98fec8ee4b2e21740636fb5c2c", - strip_prefix = "wasmtime-0.26.0", - url = "https://github.com/bytecodealliance/wasmtime/archive/v0.26.0.tar.gz", + # sha256 = "e95d274822ac72bf06355bdfbeddcacae60d7e98fec8ee4b2e21740636fb5c2c", + sha256 = "14259050366787d367cb1e007090d7503b8d05add78033061147f98d5494c854", + strip_prefix = "wasmtime-0.29.0", + url = "https://github.com/bytecodealliance/wasmtime/archive/v0.29.0.tar.gz", ) http_archive(