pub const STACK_TOP_SIZE: usize = 16;
Expand description

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