Dart’s support for compiling to Wasm is an early stage investigation and the compiler is incomplete , but we’re experimenting to learn. We’ve always had an interest in Wasm as a compilation target for Dart, but its original form doesn’t work well for languages with garbage collection.
Read moreCan Dart be compiled to js?
Although no production browsers can execute Dart code directly, all modern browsers can execute Dart code that’s been compiled to JavaScript .
Read more