platform.km 157 B

12345678910
  1. type PlatformInfo {
  2. system: String,
  3. arch: String,
  4. is-64-bit: Bool
  5. };
  6. export const PlatformInfo: PlatformInfo :=
  7. native 'os::PlatformInfo';