MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / func_addrs

Method func_addrs

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

Source from the content-addressed store, hash-verified

90
91 #[inline]
92 pub(crate) fn func_addrs(&self) -> &[FuncAddr] {
93 &self.0.func_addrs
94 }
95
96 /// resolve a function address to the global store address
97 #[inline]

Callers 1

exec_table_fillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected