Replies: 2 comments
-
Well, the main issue with Wasm is that you cannot compile Dart code to Wasm (yet). Even once you can compile Dart code to a Wasm app I'm not sure you will be able to compile it to a Wasm module (for use inside another app). Basically, all of the same caveats apply to Wasm as to a native Dart interpreter (eg compiler still has to be able to add bridge boundaries) Javascript has been done by Hydro SDK and maybe others. It works well but I think most Flutter users don't want to use JS |
Beta Was this translation helpful? Give feedback.
-
Yes, at least me :) I was thinking about the dart2js official compiler though. |
Beta Was this translation helpful? Give feedback.
-
(I am not against you! Just because if we are going to make it the solution, we have to think about all possible opposite voices by ourselves.)
So, what if someone (or us?) implements hot update via:
(Hixie also mentioned these in 14330)
My non-mature answer:
P.S. For some existing hot update solutions, here is a comparison article: https://juejin.cn/post/7033708048321347615 (Not in English, may need a translator...)
Beta Was this translation helpful? Give feedback.
All reactions