# runtimeCreate

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

Spawn one runtime in one world.

```ds title="runtimeCreate"
export declare function runtimeCreate(world: WorldHandle, options?: RuntimeCreateOptions | undefined): Result<RuntimeHandle, HostError>
```

[language/library/src/runtime/world.ds:324:327](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/world.ds#L324-L327)
