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.15k stars 77 forks source link

Which Zig version is used? #129

Closed GrapeBaBa closed 3 days ago

mitchellh commented 3 days ago

0.13. Typically the latest released. Obviously might me some small lag in support after a new release

GrapeBaBa commented 3 days ago

@mitchellh Thanks, Unfortunate I used Zig master for my project