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

Method params

winch/codegen/src/abi/mod.rs:609–611  ·  view source on GitHub ↗

Returns an iterator over all the parameter operands.

(&self)

Source from the content-addressed store, hash-verified

607
608 /// Returns an iterator over all the parameter operands.
609 pub fn params(&self) -> &[ABIOperand] {
610 self.params.operands()
611 }
612
613 /// Returns an iterator over all the result operands.
614 pub fn results(&self) -> &[ABIOperand] {

Callers 3

wasm_sigFunction · 0.45
sigMethod · 0.45
params_without_retptrMethod · 0.45

Calls 1

operandsMethod · 0.45

Tested by

no test coverage detected