Skip to content

Commit

Permalink
Use wiggle 2.0. (#568)
Browse files Browse the repository at this point in the history
Use wiggle 2.0 with custom features.

Wiggle 2.0 still allows removing wasmtime dependencies.
  • Loading branch information
Berrysoft authored Nov 19, 2022
1 parent 44419e0 commit eaf5e9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"

[dependencies]

wasi-common = "1.0.0"
wasi-cap-std-sync = "1.0.0"
wiggle = { version = "1.0.0", default-features = false, features = ["wiggle_metadata"] }
wasi-common = "2.0"
wasi-cap-std-sync = "2.0"
wiggle = { version = "2.0", default-features = false, features = ["wiggle_metadata"] }
wasmi = { version = "0.20.0", path = "../wasmi" }

[dev-dependencies]
Expand Down

0 comments on commit eaf5e9d

Please sign in to comment.