mitchellh / libxev

libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.
MIT License
1.97k stars 65 forks source link

update to latest zig #96

Closed judofyr closed 3 months ago

judofyr commented 3 months ago
judofyr commented 3 months ago

Note that this is strictly speaking not the latest version since due to https://github.com/ziglang/zig/issues/20010 making it very inconvenient to run the tests.

mitchellh commented 3 months ago

Superseded by #99