Hacker News new | ask | show | jobs
by sgt 237 days ago
Are you working using Zig master with the new Io interface passed around, by the way?
1 comments

No, I'm targeting Zig 0.15. The new Io interface is not in master yet, it's still evolving. When it's merged to master and stable, I'll start implementing the vtable. But I'm just passing Runtime around, instead of Io. So you can easily migrate code from zio to std when it's released.