Hacker News new | ask | show | jobs
by shazz8bits 734 days ago
Zig. I really enjoyed it and works well with WebAssembly. Definitively something I consider for low level while safe development.
1 comments

Are you using it only with assembly or also on other targets?
I used it to create a fantasy console running in the browser (https://github.com/shazz/ZigMachine) which is more constrained due to the webassembly limitations but I would definitely use it for native dev.
Cool, thanks.