| ... | ... | @@ -43,7 +43,7 @@ compromises backward compatibility. |
| 43 | 43 | ### Current Status |
| 44 | 44 | |
| 45 | 45 | * Core language features are lacking such as structs, enums, loops. |
| 46 | | * Only Linux is supported. |
| 46 | * Only Linux x86_64 is supported. |
| 47 | 47 | * Only building for the native target is supported. |
| 48 | 48 | * Have a look in the examples/ folder to see some code examples. |
| 49 | 49 | * Optimized machine code that Zig produces is indistinguishable from |
| ... | ... | @@ -52,6 +52,7 @@ compromises backward compatibility. |
| 52 | 52 | header files. |
| 53 | 53 | * The binaries produced by Zig have complete debugging information so you can, |
| 54 | 54 | for example, use GDB to debug your software. |
| 55 | * Inline assembly is supported. |
| 55 | 56 | |
| 56 | 57 | ## Building |
| 57 | 58 | |