zhp icon indicating copy to clipboard operation
zhp copied to clipboard

Zig 0.11.x support

Open notramo opened this issue 1 year ago • 1 comments

@frmdstryr, this project doesn't compile on Zig 0.11 preview. Could you add support for it on a separate branch?

notramo avatar Feb 09 '23 21:02 notramo

I've created a fork to work in this. It is working with today's 0.11-dev build, but I'm not sure it's worth merging into master, since 0.11 is still super unstable, but if you want to create a branch for it, I can send a PR to that branch.

It does work with the built-in modules, but since 0.11 currently doesn't support async, my fork only works in single-threaded mode (fine for development, but not much else).

karlseguin avatar Mar 08 '23 13:03 karlseguin