pub fn run_interpreter_raw(built: &BuiltCaps) -> RawRunExpand 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.