pub async fn run_bytes_pipeline(
dialect: DialectBinding,
chunks: &[Bytes],
render_console: bool,
) -> DriverRunReportExpand description
Run Interpreter + Console + Empty Loop over pre-chunked raw bytes.
pub async fn run_bytes_pipeline(
dialect: DialectBinding,
chunks: &[Bytes],
render_console: bool,
) -> DriverRunReportRun Interpreter + Console + Empty Loop over pre-chunked raw bytes.