# World

`import { World } from "destack:runtime";`

Live world.

```ds title="World"
export class World {
    handle: WorldHandle;
    branch: BranchId;
    revision: RevisionId;
    runtimes: uint32;
    labels: [Label];
}
```

[language/library/src/runtime/world.ds:95:119](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/world.ds#L95-L119)

## Members

### `handle: WorldHandle`

World handle.

### `branch: BranchId`

Active branch.

### `revision: RevisionId`

Active revision.

### `runtimes: uint32`

Runtime count in this world.

### `labels: [Label]`

World labels.
