Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ty
Method · 0.45
key
Method · 0.45
value
Method · 0.45
fields
Method · 0.45
types
Method · 0.45
cases
Method · 0.45
ok
Method · 0.45
err
Method · 0.45
equivalent_payload_host
Method · 0.45
params
Method · 0.45
results
Method · 0.45
get_import
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected