Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ id
Method
id
crates/wasmtime/src/runtime/component/instance.rs:371–373 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
369
}
370
371
pub(crate) fn id(&self) -> StoreComponentInstanceId {
372
self.id
373
}
374
375
/// Implementation of the `resource.new` intrinsic for `i32`
376
/// representations.
Callers
15
typecheck
Method · 0.45
ty_
Method · 0.45
ty_index
Method · 0.45
lifted_core_func
Method · 0.45
post_return_core_func
Method · 0.45
abi_async
Method · 0.45
abi_info
Method · 0.45
post_return_impl
Method · 0.45
from_wasmtime
Method · 0.45
_get_export
Method · 0.45
get_export_index
Method · 0.45
lookup_export
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected