nupp.system
Facts about the environment executing the Nupp ABI.
Under emulation these describe the executing ABI. Setup selects the canonical system service before requiring this module; its facts and query are retained. Parallelism estimates usable execution units including restrictions known to the host. The browser query may suspend while asking its host for that estimate.
Module contents
Values
| Value | Kind | Description |
|---|---|---|
architecture | variable | Architecture executing this ABI. |
availableParallelism | variable | Estimates usable parallelism, always at least one, without opening a worker pool. |
endianness | variable | Byte order, little or big. |
platform | variable | Platform executing this ABI. |
pointerBits | variable | Pointer width in bits, 32 or 64. |
Values#
architecturevariable#
const architectureArchitecture executing this ABI.
availableParallelismvariable#
const availableParallelismEstimates usable parallelism, always at least one, without opening a worker pool.
endiannessvariable#
const endiannessByte order, little or big.
platformvariable#
const platformPlatform executing this ABI.
pointerBitsvariable#
const pointerBitsPointer width in bits, 32 or 64.