Function check_stacks

Source
pub fn check_stacks(stacks: Stacks) -> usize
Expand description

Run the given Stacks test case and assert that the host’s view of the Wasm stack matches the test case’s understanding of the Wasm stack.

Returns the maximum stack depth we checked.