MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / lookup_vmdef

Method lookup_vmdef

crates/wasmtime/src/runtime/component/instance.rs:449–451  ·  view source on GitHub ↗
(&self, store: &mut StoreOpaque, def: &CoreDef)

Source from the content-addressed store, hash-verified

447 }
448
449 pub(crate) fn lookup_vmdef(&self, store: &mut StoreOpaque, def: &CoreDef) -> vm::Export {
450 lookup_vmdef(store, self.id.instance(), def)
451 }
452
453 pub(crate) fn options<'a>(
454 &self,

Callers 1

lifted_core_funcMethod · 0.80

Calls 2

lookup_vmdefFunction · 0.85
instanceMethod · 0.45

Tested by

no test coverage detected