pub const VALUE_STACK_LIMIT: usize = 1024;
Expand description

The value stack size limit. This is defined in the VM and is replicated here. This should remain in sync with the constant for this defined in the VM.