Y
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
fuzztester
734 days ago
Are you using it only with assembly or also on other targets?
link
shazz8bits
731 days ago
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.
link
fuzztester
731 days ago
Cool, thanks.
link