MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / idx

Method idx

crates/tinywasm/src/instance.rs:63–65  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

61impl ModuleInstance {
62 #[inline]
63 pub(crate) fn idx(&self) -> ModuleInstanceAddr {
64 self.0.idx
65 }
66
67 /// Type indices come from the module type section and are used by indirect calls.
68 #[inline]

Callers 5

exec_callMethod · 0.80
exec_return_callMethod · 0.80
exec_call_hostMethod · 0.80
exec_returnMethod · 0.80
finish_returnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected