Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/types_builder/
H A Dresources.rs282 pub fn get_current_instance(&self) -> Option<RuntimeComponentInstanceIndex> { in get_current_instance() method
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes_builder.rs664 instance: self.resources.get_current_instance().unwrap(), in future_table_type()
677 instance: self.resources.get_current_instance().unwrap(), in stream_table_type()
685 instance: self.resources.get_current_instance().unwrap(), in error_context_table_type()