Skip to content

Commit

Permalink
Remove fuzzer for Module::validate.
Browse files Browse the repository at this point in the history
All this does is run it through wasmparser which is they already do fuzzing for themselves.
  • Loading branch information
nlewycky committed Apr 16, 2021
1 parent c3f75ab commit 6c00c35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,3 @@ required-features = ["jit", "cranelift"]
name = "native_cranelift"
path = "fuzz_targets/native_cranelift.rs"
required-features = ["native", "cranelift"]

[[bin]]
name = "validate"
path = "fuzz_targets/validate.rs"
required-features = ["jit", "cranelift"]
12 changes: 0 additions & 12 deletions fuzz/fuzz_targets/validate.rs

This file was deleted.

0 comments on commit 6c00c35

Please sign in to comment.