Home
last modified time | relevance | path

Searched defs:VMFunctionImport (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dvmcontext.rs73 pub struct VMFunctionImport { struct
91 unsafe impl VmSafe for VMFunctionImport {} argument
H A Dinstance.rs376 fn imported_function(&self, index: FuncIndex) -> &VMFunctionImport { in imported_function()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfunc.rs1191 pub(crate) fn vmimport(&self, store: &StoreOpaque) -> VMFunctionImport { in vmimport()