Hacker News new | ask | show | jobs
by fuzztester 734 days ago
Are you using it only with assembly or also on other targets?
1 comments

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.