Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/store/
H A Dfunc_refs.rs138 pub fn push_instance_pre_definitions( in push_instance_pre_definitions() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstance.rs992 funcrefs.push_instance_pre_definitions(items.clone())?; in pre_instantiate_raw()