| ... | @@ -51,6 +51,45 @@ clarity. | ... | @@ -51,6 +51,45 @@ clarity. |
| 51 | 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 |
| 52 | freestanding mode. | 52 | freestanding mode. |
| 53 | | 53 | |
| | 54 | ### Support Table |
| | 55 | Freestanding means that you do not directly interact with the OS |
| | 56 | or you are writing your own OS. |
| | 57 | |
| | 58 | Note that if you use libc or other libraries to interact with the OS, |
| | 59 | that counts as "freestanding" for the purposes of this table. |
| | 60 | |
| | 61 | | | freestanding | linux | macosx | windows | other | |
| | 62 | |-------------|--------------|---------|---------|---------|---------| |
| | 63 | |i386 | OK | planned | OK | OK | planned | |
| | 64 | |x86_64 | OK | OK | OK | OK | planned | |
| | 65 | |arm | OK | planned | planned | N/A | planned | |
| | 66 | |aarch64 | OK | planned | planned | planned | planned | |
| | 67 | |avr | OK | planned | planned | N/A | planned | |
| | 68 | |bpf | OK | planned | planned | N/A | planned | |
| | 69 | |hexagon | OK | planned | planned | N/A | planned | |
| | 70 | |mips | OK | planned | planned | N/A | planned | |
| | 71 | |msp430 | OK | planned | planned | N/A | planned | |
| | 72 | |nios2 | OK | planned | planned | N/A | planned | |
| | 73 | |powerpc | OK | planned | planned | N/A | planned | |
| | 74 | |r600 | OK | planned | planned | N/A | planned | |
| | 75 | |amdgcn | OK | planned | planned | N/A | planned | |
| | 76 | |riscv | OK | planned | planned | N/A | planned | |
| | 77 | |sparc | OK | planned | planned | N/A | planned | |
| | 78 | |s390x | OK | planned | planned | N/A | planned | |
| | 79 | |tce | OK | planned | planned | N/A | planned | |
| | 80 | |thumb | OK | planned | planned | N/A | planned | |
| | 81 | |xcore | OK | planned | planned | N/A | planned | |
| | 82 | |nvptx | OK | planned | planned | N/A | planned | |
| | 83 | |le | OK | planned | planned | N/A | planned | |
| | 84 | |amdil | OK | planned | planned | N/A | planned | |
| | 85 | |hsail | OK | planned | planned | N/A | planned | |
| | 86 | |spir | OK | planned | planned | N/A | planned | |
| | 87 | |kalimba | OK | planned | planned | N/A | planned | |
| | 88 | |shave | OK | planned | planned | N/A | planned | |
| | 89 | |lanai | OK | planned | planned | N/A | planned | |
| | 90 | |wasm | OK | N/A | N/A | N/A | N/A | |
| | 91 | |renderscript | OK | N/A | N/A | N/A | N/A | |
| | 92 | |
| 54 | ## Community | 93 | ## Community |
| 55 | | 94 | |
| 56 | * IRC: `#zig` on Freenode. | 95 | * IRC: `#zig` on Freenode. |