Y
Hacker News
new
|
ask
|
show
|
jobs
by
ledgerdev
754 days ago
Any plans to use wasmgc?
1 comments
glebbash
754 days ago
I don't see a need for it. Maybe for some higher level scripting, but I don't have any plans for that.
link
azakai
754 days ago
A big advantage of WasmGC is it would allow your binaries to be smaller, since you wouldn't need to bundle an allocator for heap::alloc and free. Kotlin and Java binaries can in some cases be be much smaller than C++ and Rust for that reason.
link
glebbash
754 days ago
Alright, will take a look at it sometime. But the more interesting proposal for me right now is the component model.
link