The word size of the current platform, which may be 64 or 32 bits.
15.6. System and Platform Information
def
System.Platform.target : StringSystem.Platform.target : String
The LLVM target triple of the current platform. Empty if missing when Lean was compiled.
def
System.Platform.isWindows : BoolSystem.Platform.isWindows : Bool
Is the current platform Windows?
def
System.Platform.isEmscripten : BoolSystem.Platform.isEmscripten : Bool
Is the current platform Emscripten?