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

build: use b.path() #98

Closed Cloudef closed 3 months ago

Cloudef commented 3 months ago

assigning to .path directly is deprecated and finally removed in current nightly zig

mitchellh commented 3 months ago

Superseded by #99 and 0.13 thanks