Skip to main content

Type Alias: OSArchTarget

OSArchTarget = `${TargetOS}-${CPUArch}`

Defined in: cli/compile.ts:51

Represents a combined target of operating system and CPU architecture.

Format is "{os}-{arch}" such as "mac-arm64" or "linux-x64".

This type is used to specify the complete target platform for compilation.