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