Skip to main content

run

Function run 

Source
pub fn run<H: BopHost>(
    source: &str,
    host: &mut H,
    limits: &BopLimits,
) -> Result<(), BopError>
Expand description

Run a Bop program with the given host and limits.