Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/store/
H A Dfunc_refs.rs126 pub fn push_instance_pre_func_refs( in push_instance_pre_func_refs() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstance.rs993 funcrefs.push_instance_pre_func_refs(func_refs.clone())?; in pre_instantiate_raw()