use ;
use ;
pub use StackInputs;
pub use StackOutputs;
// CONSTANTS
// ================================================================================================
/// The number of stack registers which can be accessed by the VM directly. This is also the
/// minimum stack depth enforced by the VM.
pub const STACK_TOP_SIZE: usize = 16;