Skip to content

Commit c8cec6b

Browse files
Merge pull request proxy-wasm#1 from rahulchaphalkar/Pvt1
update wasmtime to 0.29.0
2 parents d32cb05 + 3f36c1b commit c8cec6b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

bazel/repositories.bzl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ 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 = "e95d274822ac72bf06355bdfbeddcacae60d7e98fec8ee4b2e21740636fb5c2c",
63-
strip_prefix = "wasmtime-0.26.0",
64-
url = "https://github.com/bytecodealliance/wasmtime/archive/v0.26.0.tar.gz",
62+
# sha256 = "e95d274822ac72bf06355bdfbeddcacae60d7e98fec8ee4b2e21740636fb5c2c",
63+
sha256 = "14259050366787d367cb1e007090d7503b8d05add78033061147f98d5494c854",
64+
strip_prefix = "wasmtime-0.29.0",
65+
url = "https://github.com/bytecodealliance/wasmtime/archive/v0.29.0.tar.gz",
6566
)
6667

6768
http_archive(

0 commit comments

Comments
 (0)