Rename fuzz targets

This commit is contained in:
Rerumu 2021-11-30 03:29:22 -05:00
parent 96a27c9626
commit 92e79213fc
3 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ features = ["multi_value", "sign_ext"]
path = "../wasm"
[[bin]]
name = "full_translate"
path = "fuzz_targets/full_translate.rs"
name = "full_transpile"
path = "fuzz_targets/full_transpile.rs"
test = false
doc = false
@ -31,7 +31,7 @@ test = false
doc = false
[[bin]]
name = "just_transformer"
path = "fuzz_targets/just_transformer.rs"
name = "just_builder"
path = "fuzz_targets/just_builder.rs"
test = false
doc = false