Skip to main content

run_bytecode

Function run_bytecode 

Source
pub async fn run_bytecode(
    bytecode: &BytecodeProgram,
    config: ExecutorConfig,
) -> Result<ExecutionResult, RuntimeError>