Rename fuzz targets
This commit is contained in:
parent
96a27c9626
commit
92e79213fc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user