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:
@@ -12,7 +12,7 @@ keywords = ["webassembly", "wasm"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
wasmparser = { version = "0.82", default-features = false }
|
||||
wasmparser = { version = "0.83.0", default-features = false }
|
||||
cranelift-codegen = { path = "../codegen", version = "0.81.0", default-features = false }
|
||||
cranelift-entity = { path = "../entity", version = "0.81.0" }
|
||||
cranelift-frontend = { path = "../frontend", version = "0.81.0", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user