Skip to content

Commit

Permalink
update to Wasmi v0.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Jun 17, 2024
1 parent df95090 commit 2adb889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/plot.rs"

[dependencies]
wasmi_old = { package = "wasmi", version = "0.31" }
wasmi_new = { package = "wasmi", version = "0.32.0-beta.18", features = ["no-hash-maps"] }
wasmi_new = { package = "wasmi", version = "0.32.3", features = ["no-hash-maps"] }
tinywasm = "0.7.0"
wasmer = { version = "4.3", default-features = false, features = ["engine", "compiler"] }
wasmer-compiler-singlepass = "4.3"
Expand Down

0 comments on commit 2adb889

Please sign in to comment.