wasm-mutate fuzz targets (#3836)
* fuzzing: Add a custom mutator based on `wasm-mutate` * fuzz: Add a version of the `compile` fuzz target that uses `wasm-mutate` * Update `wasmparser` dependencies
This commit is contained in:
@@ -15,12 +15,13 @@ log = "0.4.8"
|
||||
rayon = "1.2.1"
|
||||
target-lexicon = "0.12.3"
|
||||
tempfile = "3.3.0"
|
||||
wasmparser = "0.82"
|
||||
wasmparser = "0.83.0"
|
||||
wasmprinter = "0.2.32"
|
||||
wasmtime = { path = "../wasmtime" }
|
||||
wasmtime-wast = { path = "../wast" }
|
||||
wasm-encoder = "0.10.0"
|
||||
wasm-smith = "0.9.0"
|
||||
wasm-mutate = "0.2"
|
||||
wasm-spec-interpreter = { path = "./wasm-spec-interpreter" }
|
||||
wasmi = "0.7.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user