Wasm GC isn’t ready for realtime graphics — dthompson
Wasm GC is a wonderful thing that is now available in all major web
browsers since slowpoke Safari/WebKit finally shipped it in December.
It provides a hierarchy of heap allocated reference types and a set of
instructions to operate on them. Wasm GC enables managed memory
languages to take advantage of the advanced garbage collectors inside
web browser engines. It’s now possible to implement a managed memory
language without having to ship a GC inside the binary. The benefits
are smaller bina...
Read more at dthompson.us