Type Alias: CPUArch
CPUArch =
"x64"|"arm64"
Defined in: cli/compile.ts:41
Represents the CPU architecture for compilation.
- 'x64': 64-bit x86 architecture (Intel/AMD)
- 'arm64': 64-bit ARM architecture (Apple Silicon, ARM-based servers)
CPUArch =
"x64"|"arm64"
Defined in: cli/compile.ts:41
Represents the CPU architecture for compilation.