[][src]Trait gwasm_dispatcher::SplitContext

pub trait SplitContext {
    fn args(&self) -> &Vec<String>;
fn new_blob(&mut self) -> Output; }

Provides execution context on split stage.

Required methods

fn args(&self) -> &Vec<String>

Command line arguments passed to runner.

fn new_blob(&mut self) -> Output

Allocates new output file.

Loading content...

Implementors

Loading content...