Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ wasm_func_param_arity
Function
wasm_func_param_arity
src/wasm-c.cc:830–832 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
828
}
829
830
size_t wasm_func_param_arity(const wasm_func_t* func) {
831
return func->param_arity();
832
}
833
834
size_t wasm_func_result_arity(const wasm_func_t* func) {
835
return func->result_arity();
Callers
1
main
Function · 0.85
Calls
1
param_arity
Method · 0.80
Tested by
no test coverage detected