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" path = "../wasm"
[[bin]] [[bin]]
name = "full_translate" name = "full_transpile"
path = "fuzz_targets/full_translate.rs" path = "fuzz_targets/full_transpile.rs"
test = false test = false
doc = false doc = false
@ -31,7 +31,7 @@ test = false
doc = false doc = false
[[bin]] [[bin]]
name = "just_transformer" name = "just_builder"
path = "fuzz_targets/just_transformer.rs" path = "fuzz_targets/just_builder.rs"
test = false test = false
doc = false doc = false