0 | ||| Miscellaneous functions for getting information about the system.
8 | ||| The current operating system.
9 | export
13 | ||| The codegen/backend used.
14 | export
18 | ||| Whether we are running on MS Windows, either directly or with a compatibility
19 | ||| layer (e.g. cygwin).
20 | export
25 | "node:lambda:() => require('os').cpus().length"
28 | ||| Get the number of processors on the system. Returns `Nothing` if we somehow
29 | ||| got 0 processors.
30 | export