Rename fuzz targets
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user