Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs545 pub fn set_runtime_callback( in set_runtime_callback() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dinstance.rs961 .set_runtime_callback(callback.index, func_ref); in extract_callback()