pub fn vm_outcome(source: &str) -> RunOutcomeExpand description
Run source on the bytecode VM, capturing partial output and the error,
if any. Same front-end as tw_outcome.
pub fn vm_outcome(source: &str) -> RunOutcomeRun source on the bytecode VM, capturing partial output and the error,
if any. Same front-end as tw_outcome.