menu
Host
import { Host } from "destack:module";
The target host environment that provides imports and ambient effects.
1export type Host = "native" | "browser" | "wasi" | "emscripten" | "freestanding"import { Host } from "destack:module";
The target host environment that provides imports and ambient effects.
1export type Host = "native" | "browser" | "wasi" | "emscripten" | "freestanding"