File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,10 @@ def proxy_wasm_cpp_host_repositories():
59
59
http_archive (
60
60
name = "com_github_bytecodealliance_wasmtime" ,
61
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" ,
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" ,
65
66
)
66
67
67
68
http_archive (
You can’t perform that action at this time.
0 commit comments