| ... | @@ -45,6 +45,7 @@ clarity. | ... | @@ -45,6 +45,7 @@ clarity. |
| 45 | case. You can export an auto-generated .h file. | 45 | case. You can export an auto-generated .h file. |
| 46 | * Standard library supports Operating System abstractions for: | 46 | * Standard library supports Operating System abstractions for: |
| 47 | * `x86_64` `linux` | 47 | * `x86_64` `linux` |
| | 48 | * `x86_64` `macos` |
| 48 | * Support for all popular operating systems and architectures is planned. | 49 | * Support for all popular operating systems and architectures is planned. |
| 49 | * For OS development, Zig supports all architectures that LLVM does. All the | 50 | * For OS development, Zig supports all architectures that LLVM does. All the |
| 50 | standard library that does not depend on an OS is available to you in | 51 | standard library that does not depend on an OS is available to you in |