Skip to content

Commit

Permalink
API changes to newer wasmtime
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Jul 26, 2023
1 parent 3ce2442 commit efdfd31
Show file tree
Hide file tree
Showing 4 changed files with 580 additions and 482 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "2482bd80c24a6b23ac1a259df77c61d5cc9c93a9" }
anyhow = "1.0.31"
wasmtime = "11.0.0"
anyhow = "1.0.72"
lazy_static = "1.4.0"
more-asserts = "0.2.1"
rand = "0.7.3"
more-asserts = "0.3.1"
rand = "0.8.5"
structopt = "0.3.16"
Loading

0 comments on commit efdfd31

Please sign in to comment.