Home
last modified time | relevance | path

Searched defs:instance_flags (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dvmcomponent_offsets.rs213 pub fn instance_flags(&self, index: RuntimeComponentInstanceIndex) -> u32 { in instance_flags() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs363 pub fn instance_flags(&self, instance: RuntimeComponentInstanceIndex) -> InstanceFlags { in instance_flags() method