1 2 3 4
pub use crate::interpreter::state::{InterpreterOutcome, InterpreterState}; pub use crate::runtime::call_stack::{ set_call_stack_limit, set_error_namespace, DEFAULT_CALLSTACK_LIMIT, DEFAULT_ERROR_NAMESPACE, };