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

Class Function

crates/tinywasm/src/func.rs:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109#[derive(Clone)]
110#[cfg_attr(feature = "debug", derive(core::fmt::Debug))]
111pub struct Function {
112 pub(crate) item: StoreItem,
113 pub(crate) module_addr: ModuleInstanceAddr,
114 pub(crate) addr: u32,
115 pub(crate) ty: Arc<FuncType>,
116}
117
118/// A typed function handle
119#[cfg_attr(feature = "debug", derive(core::fmt::Debug))]

Callers 2

convert_module_importFunction · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected