Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dlinker.rs160 self.root().into_instance(name) in instance()
811 self.as_mut().into_instance(name) in instance()
816 pub fn into_instance(mut self, name: &str) -> Result<Self> { in into_instance() method