pub async fn run<H: BashHost + ?Sized>(
host: &mut H,
source: &str,
) -> Result<ScriptResult, BashError>Expand description
Compile + run source against host with the default fuel budget,
returning the accumulated stdout/stderr/exit code.