Home
last modified time | relevance | path

Searched refs:extract_fuzz_input (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/
H A Dsingle_module_fuzzer.rs104 let (fuzz_data, module_in_input) = match extract_fuzz_input(input) { in execute()
166 if let Ok(input) = extract_fuzz_input(&data[..size]) { in mutate()
242 fn extract_fuzz_input(data: &[u8]) -> wasmtime::Result<FuzzInput<'_>> { in extract_fuzz_input() function