pub fn run_interpreter(built: &BuiltCaps) -> (u64, u64)Expand description
Drive built[endpoint_idx] through the PVM2 (RISC-V) interpreter via
a fresh Nub::new_local() (the Local backend has no per-invocation
state, so a fresh Nub each call is fine — and matches the chain’s
per-event allocation model).