Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Doptions.rs313 instance_handle: Instance, field
334 instance_handle: Instance, in new()
345 instance_handle.options_memory(unsafe { &*(store as *const StoreOpaque) }, options); in new()
347 store.lift_context_parts(instance_handle); in new()
356 instance_handle, in new()
396 pub fn instance_handle(&self) -> Instance { in instance_handle() method
397 self.instance_handle in instance_handle()
H A Dtyped.rs1706 instance: cx.instance_handle(), in new()
1958 instance: cx.instance_handle(), in new()