pub const VM_MAX_NESTED_CALLS: usize = 64;
Expand description

Max amount of nested call contexts. Used to protect against stack overflows, since the CALL instruction is currently implemented using recursion.