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
2.07k stars 74 forks source link

Update Zig, Adopt 0.11 Package Manager #52

Closed mitchellh closed 1 year ago

mitchellh commented 1 year ago

This updates Zig to nearly 0.11 (likely one or two days away). This also enforces the Zig package manager as the one true way.