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

Method results_stack_size

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

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

(&self)

Source from the content-addressed store, hash-verified

632
633 /// Returns the stack size, in bytes, needed for results on the stack.
634 pub fn results_stack_size(&self) -> u32 {
635 self.results.operands.bytes
636 }
637
638 /// Returns true if the signature has results on the stack.
639 pub fn has_stack_results(&self) -> bool {

Callers 2

make_ret_areaMethod · 0.80
cleanupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected