run

Function run 

Source
pub fn run(
    source: &str,
    input: &[u8],
    heap_size: usize,
) -> Result<Vec<u8>, JsError>
Expand description

Runs a Scheme script with standard input and returns its standard output.