# worldCreate

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

Create one world.

```ds title="worldCreate"
export declare function worldCreate(options?: WorldCreateOptions | undefined): Result<WorldHandle, HostError>
```

[language/library/src/runtime/world.ds:280](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/world.ds#L280)
