Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/externals/
H A Dglobal.rs330 pub(crate) fn from_component_flags( in from_component_flags() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dinstance.rs590 vm::Export::Global(crate::Global::from_component_flags(id, *idx)) in lookup_vmdef()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinstance.rs677 crate::Global::from_component_flags( in get_exported_global()