Y
Hacker News
new
|
ask
|
show
|
jobs
by
zozbot234
472 days ago
The GC extension
is
supported within browsers and other WASM runtimes these days - it's effectively part of the standard. Compiler developers are dropping the ball.
1 comments
AndrewDucker
471 days ago
The Wasm GC currently doesn't support the functionality needed by both Go and C#. (Interior pointers, for instance)
I'm hoping that a later version makes this possible.
link
I'm hoping that a later version makes this possible.