|
|
|
|
|
by Rusky
98 days ago
|
|
Not at all. It's much more efficient to implement a GC on x86 or ARM than it is on Wasm 1.0/2.0, because you control the stack layout, and you don't have an impenetrable security boundary with the JS runtime that your GC needs to interop with. Not to mention the issue that bundling a GC implementation as part of your web page can be prohibitive in terms of download size. |
|