MCPcopy 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
830size_t wasm_func_param_arity(const wasm_func_t* func) {
831 return func->param_arity();
832}
833
834size_t wasm_func_result_arity(const wasm_func_t* func) {
835 return func->result_arity();

Callers 1

mainFunction · 0.85

Calls 1

param_arityMethod · 0.80

Tested by

no test coverage detected