MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / params

Method params

crates/environ/src/types.rs:805–807  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

803 /// Function params types.
804 #[inline]
805 pub fn params(&self) -> &[WasmValType] {
806 &self.params_results[..self.results_start()]
807 }
808
809 /// How many `externref`s are in this function's params?
810 #[inline]

Callers 15

invoke_funcMethod · 0.45
introspectionFunction · 0.45
dynamic_typeFunction · 0.45
fmtMethod · 0.45
is_trampoline_typeMethod · 0.45
trampoline_typeMethod · 0.45
convert_func_typeMethod · 0.45
signatureMethod · 0.45
translate_payloadMethod · 0.45

Calls 1

results_startMethod · 0.80

Tested by 3

introspectionFunction · 0.36
dynamic_typeFunction · 0.36