interpret

Function interpret 

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

Interprets bytecode with standard input and returns its standard output.