Skip to content

Commit

Permalink
Merge pull request #1 from rahulchaphalkar/Pvt1
Browse files Browse the repository at this point in the history
update wasmtime to 0.29.0
  • Loading branch information
rahulchaphalkar authored Aug 16, 2021
2 parents d32cb05 + 3f36c1b commit c8cec6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c8cec6b

Please sign in to comment.