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 for latest Zig #72

Closed moderation closed 10 months ago

moderation commented 10 months ago

Small updates for latest Zig updates:

Tested with zig build install and zig build test

moderation commented 10 months ago

This needs a Zig bump in flake.lock. Will work out how to do that

mitchellh commented 10 months ago

Thanks!