Actually add instantiate-maybe-invalid fuzz target (#2190)

Forgot to add it to the manifest so it didn't actually get built!
This commit is contained in:
Alex Crichton
2020-09-09 12:09:04 -05:00
committed by GitHub
parent d52797a257
commit b189321d61
3 changed files with 9 additions and 5 deletions

View File

@@ -107,3 +107,9 @@ name = "instantiate-wasm-smith"
path = "fuzz_targets/instantiate-wasm-smith.rs"
test = false
doc = false
[[bin]]
name = "instantiate-maybe-invalid"
path = "fuzz_targets/instantiate-maybe-invalid.rs"
test = false
doc = false