Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/fuzzing/src/oracles/
H A Dcomponent_api.rs239 fn host_function<P, R>( in static_api_test() function
260 a.with(|mut cx| host_function::<P, R>(cx.as_context_mut(), params)) in static_api_test()
268 host_function::<P, R>(cx, params) in static_api_test()
326 fn host_function( in dynamic_component_api_target() function
348 cx.with(|mut store| host_function(store.as_context_mut(), params, results)) in dynamic_component_api_target()
357 move |cx, _, params, results| host_function(cx, params, results) in dynamic_component_api_target()