Skip to main content

execute_bytecode

Function execute_bytecode 

Source
pub fn execute_bytecode(program: &Rc<Program>) -> Result<String, String>
Expand description

Executes a previously compiled and validated program.