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