pub fn check_stacks(stacks: Stacks) -> usize
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.
Stacks
Returns the maximum stack depth we checked.