Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/fuzzing/src/generators/
H A Dapi.rs39 CallExportedFunc { instance: usize, nth: usize }, enumerator
134 Ok(CallExportedFunc { instance, nth }) in arbitrary()
/wasmtime-44.0.1/crates/fuzzing/src/
H A Doracles.rs657 ApiCall::CallExportedFunc { instance, nth } => { in make_api_calls()