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

Method params_stack_size

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

Returns the stack size, in bytes, needed for arguments on the stack.

(&self)

Source from the content-addressed store, hash-verified

627
628 /// Returns the stack size, in bytes, needed for arguments on the stack.
629 pub fn params_stack_size(&self) -> u32 {
630 self.params.operands.bytes
631 }
632
633 /// Returns the stack size, in bytes, needed for results on the stack.
634 pub fn results_stack_size(&self) -> u32 {

Callers 1

emitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected