Y
Hacker News
new
|
ask
|
show
|
jobs
by
thaumasiotes
3328 days ago
It seems like the normal thing to do would be to develop for a runtime that does feature GC?
Of all the things you've ever encountered called "assembly language", how many supported GC?
2 comments
tyingq
3328 days ago
It is on the wasm roadmap, along with other things that sound more like a virtual machine, and less like ASM. I assume to allow for dynamically typed languages without a download of the entire runtime.
link
vivin
3328 days ago
I wasn't talking about the language, but the runtime I guess.
link