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