Update wasmi to 0.20.0 in wasmtime-fuzzing (#5256)

* update wasmi to 0.20 in wasmtime-fuzzing

* add cargo-vet entries for wasmi_core 0.5.0 and wasmi 0.20.0
This commit is contained in:
Robin Freyler
2022-11-14 23:51:48 +01:00
committed by GitHub
parent 060f12571d
commit 72eda0c6ef
3 changed files with 26 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ wasm-encoder = { workspace = true }
wasm-smith = { workspace = true }
wasm-mutate = { workspace = true }
wasm-spec-interpreter = { path = "./wasm-spec-interpreter", optional = true }
wasmi = "0.19.0"
wasmi = "0.20.0"
# We rely on precompiled v8 binaries, but rusty-v8 doesn't have a precompiled
# binary for MinGW which is built on our CI. It does have one for Windows-msvc,