Update wasm-tools crates (#2989)
* Update wasm-tools crates This brings in recent updates, notably including more improvements to wasm-smith which will hopefully help exercise non-trapping wasm more. * Fix some wat
This commit is contained in:
@@ -17,7 +17,7 @@ target-lexicon = "0.12"
|
||||
peepmatic-fuzzing = { path = "../cranelift/peepmatic/crates/fuzzing", optional = true }
|
||||
wasmtime = { path = "../crates/wasmtime" }
|
||||
wasmtime-fuzzing = { path = "../crates/fuzzing" }
|
||||
wasm-smith = "0.4.0"
|
||||
wasm-smith = "0.5.0"
|
||||
|
||||
[features]
|
||||
# Leave a stub feature with no side-effects in place for now: the OSS-Fuzz
|
||||
|
||||
Reference in New Issue
Block a user