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

Method id

crates/wasmtime/src/runtime/instance.rs:601–603  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

599 reason = "c-api crate does not yet support exnrefs and causes this method to be dead."
600 )]
601 pub(crate) fn id(&self) -> InstanceId {
602 self.id.instance()
603 }
604
605 /// Return a unique-within-Store index for this `Instance`.
606 ///

Callers 7

from_wasmtimeMethod · 0.45
start_rawMethod · 0.45
exportsMethod · 0.45
get_module_exportMethod · 0.45
_get_exportMethod · 0.45
all_globalsMethod · 0.45
all_memoriesMethod · 0.45

Calls 1

instanceMethod · 0.45

Tested by

no test coverage detected