Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinstance.rs376 fn imported_function(&self, index: FuncIndex) -> &VMFunctionImport { in imported_function() method
831 let import = self.imported_function(index); in construct_func_ref()