Hacker News new | ask | show | jobs
by xster 964 days ago
> Dart on web e.g. feels extremely janky to me

That's what this WasmGC is for :) Dart on web runs as dart2js whereas other platforms like Android/iOS/macOS/Linux/Windows runs as AOT arm64 or x86_64 code. Dart on wasm (as shown in demo in the article) will run better than transpiled JavaScript.