# Runtime

`import { Runtime } from "destack:module";`

The semantic runtime contract for the build.

```ds title="Runtime"
export type Runtime = "destack" | "js"
```

[language/library/src/module/meta.ds:22](https://github.com/destack-sh/destack/blob/main/language/library/src/module/meta.ds#L22)
