fuzzgen: Move Arbitrary structs into the fuzzers (#5820)
* fuzzgen: Move `FunctionWithIsa` to icache fuzzer * fuzzgen: Move `Testcase` to fuzzgen fuzzer * fuzzgen: Move allowed libcalls to fuzzers * fuzzgen: Centralize printing of testcases
This commit is contained in:
@@ -16,6 +16,7 @@ cranelift-wasm = { workspace = true }
|
||||
cranelift-filetests = { workspace = true }
|
||||
cranelift-interpreter = { workspace = true }
|
||||
cranelift-fuzzgen = { workspace = true }
|
||||
cranelift-native = { workspace = true }
|
||||
libfuzzer-sys = { version = "0.4.0", features = ["arbitrary-derive"] }
|
||||
target-lexicon = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user