Search code examples
flutterdartwebassemblydart2jsflutter-web

Should Flutter web use Wasm instead of dart2js


I spotted several articles about Wasm being faster then JS [1, 2]

I see the topic has been touched in this old (closed) issues [3, 4]

and this seemingly abandoned discussion on google groups [5];

the question is:

why flutter web doesn't use Wasm instead of dart2js ?

thank you for your time

(asked also on github)


Solution

  • During last Flutter Team AMA on reddit Flutter Team member Todd Volkert said:

    WebAssembly is something we’re currently evaluating to see what opportunities exist for integrating it with Flutter. Nothing specific to report at this time.

    Source