pub fn interpret( bytecode: &[u8], input: &[u8], heap_size: usize, ) -> Result<Vec<u8>, JsError>
Interprets bytecode with standard input and returns its standard output.