Skip to main content

run_interpreter_raw

Function run_interpreter_raw 

Source
pub fn run_interpreter_raw(built: &BuiltCaps) -> RawRun
Expand description

Interpreter run with no clean-halt assertion (cf. run_interpreter). The Local backend never aborts the host, so invoke_cached returns Ok in practice; an Err is still mapped to the abort sentinel for symmetry with the recompiler.