@override Future<dynamic> evalBinary(Uint8List bytecode) async { return _ffi.evalWithBinary(_handle, bytecode); }