pub async fn eval_bundle(
actx: &AsyncContext,
bundle: &CompiledBundle,
) -> Result<(), ScriptError>Expand description
Link + evaluate the bundled step module from precompiled bytecode in
the given session. Top-level Given/When/Then run here.