Hacker News new | past | comments | ask | show | jobs | submit login

Performance is less of a concern than binary size. Without WasmGC, you need to ship a compiled garbage collector to the user along with every WASM module written in a GC'd language. That's a lot of wasted bandwidth to duplicate built-in functionality, so avoiding it is a big win! And performance will always be a bit better with a native GC, plus you can share its scheduling with the rest of the browser process.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: