Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explodingcamera/tinywasm
/ ty
Method
ty
crates/tinywasm/src/store/function.rs:21–26 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
19
impl FunctionInstance {
20
#[inline]
21
pub(crate) fn ty(&self) -> &Arc<FuncType> {
22
match self {
23
Self::Host(f) => &f.ty,
24
Self::Wasm(f) => f.ty(),
25
}
26
}
27
}
28
29
impl FunctionInstance {
Callers
1
exec_call_indirect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected