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

Method instance

crates/wasmtime/src/runtime/component/types.rs:56–61  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

54 }
55
56 fn instance(&self) -> InstanceType<'_> {
57 InstanceType {
58 types: &self.types,
59 resources: self.resources.as_ref(),
60 }
61 }
62
63 fn equivalent<'a>(
64 &'a self,

Callers 15

tyMethod · 0.45
keyMethod · 0.45
valueMethod · 0.45
fieldsMethod · 0.45
typesMethod · 0.45
casesMethod · 0.45
okMethod · 0.45
errMethod · 0.45
paramsMethod · 0.45
resultsMethod · 0.45
get_importMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected