From 2ece8f9af4de70693840b1b36b7887bd30c655a6 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 22 Jul 2024 11:20:44 +0900 Subject: [PATCH] docs/readme: add darwin to the support matrix --- README.md | 1 + docs/pages/index.mdx | 1 + flake.nix | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 1eff7b0..339b956 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Project is tested on zig version 0.14.0-dev.32+4aa15440c |---------|-----------------|-----------------| | Linux | io_uring, posix | x86_64, aarch64 | | Windows | iocp | x86_64, aarch64 | +| Darwin | posix | x86_64, aarch64 | | *BSD | posix | x86_64, aarch64 | | WASI | posix | ❌ | diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index 11518a2..73a0ca3 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -27,6 +27,7 @@ zig-aio provides io_uring like asynchronous API and coroutine powered IO tasks f |---------|-----------------|-----------------| | Linux | io_uring, posix | x86_64, aarch64 | | Windows | iocp | x86_64, aarch64 | +| Darwin | posix | x86_64, aarch64 | | *BSD | posix | x86_64, aarch64 | | WASI | posix | ❌ | diff --git a/flake.nix b/flake.nix index ab05ac8..9113c6f 100644 --- a/flake.nix +++ b/flake.nix @@ -81,6 +81,7 @@ |---------|-----------------|-----------------| | Linux | io_uring, posix | x86_64, aarch64 | | Windows | iocp | x86_64, aarch64 | + | Darwin | posix | x86_64, aarch64 | | *BSD | posix | x86_64, aarch64 | | WASI | posix | ❌ |