diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-10-06 00:27:15 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-10-08 21:43:43 -0400 |
| commit | 08ee69dac360dda17e22d950246e42228fc54f47 (patch) | |
| tree | 1c1fbac39b6d019055fff079359f306c663435d2 /README.md | |
| parent | 968ff38cad1db6c108d402442825f80453accd7c (diff) | |
| download | zig-08ee69dac360dda17e22d950246e42228fc54f47.tar.gz zig-08ee69dac360dda17e22d950246e42228fc54f47.zip | |
implement os.path.dirname for windows
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -43,15 +43,12 @@ clarity. * Cross-compiling is a primary use case. * In addition to creating executables, creating a C library is a primary use case. You can export an auto-generated .h file. - * Standard library supports Operating System abstractions for: - * `x86_64` `linux` - * `x86_64` `macos` - * Support for all popular operating systems and architectures is planned. * For OS development, Zig supports all architectures that LLVM does. All the standard library that does not depend on an OS is available to you in freestanding mode. ### Support Table + Freestanding means that you do not directly interact with the OS or you are writing your own OS. |
