Home
last modified time | relevance | path

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

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasmtime/src/
H A Dexternals.rs106 Extern::Global(Global::from_wasmtime_global(g, instance)) in from_wasmtime_export()
200 GlobalType::from_wasmtime_global(&self.wasmtime_export.global) in ty()
263 pub(crate) fn from_wasmtime_global( in from_wasmtime_global() method
H A Dtypes.rs347 pub(crate) fn from_wasmtime_global(global: &wasm::Global) -> Option<GlobalType> { in from_wasmtime_global() method
469 EntityType::Global(global) => GlobalType::from_wasmtime_global(global) in extern_type()