Hacker News new | ask | show | jobs
by dmitriid 2621 days ago
> WebAssembly has been designed to scale from tiny devices to large server farms or CDNs

Has it, though? What we have now is an MVP, and easily 90% of the features aren’t there yet.

When WASM gets garbage collection, will it still be able to run on tiny devices? We don’t know yet.

1 comments

I would hope it's opt in for those scenarios. If the host is too "tiny" to carry around GCs, then a whole host of languages are not viable anyway. Requiring a GC wouldn't do them any favors.
Hard to say without reading all the specs/proposals: https://webassembly.org/docs/future-features/

But yeah, even specification itself is WIP