pub const MIN_STACK_DEPTH: usize = 16;
Expand description

The minimum stack depth enforced by the VM. This is also the number of stack registers which can be accessed by the VM directly.