exit_early

Function exit_early 

Source
pub fn exit_early<E: EvmApi>(
    _env: FunctionEnvMut<'_, WasmEnv<E>>,
    status: u32,
) -> MaybeEscape
Expand description

Exit the program early with a status code.