maheshmnj / vocabhub

An app to help you build your vocabulary. This app contains 800+ curated GRE words
https://vocabhub.web.app/
Apache License 2.0
46 stars 10 forks source link

[Web] Improve initial loading times using WASM #49

Open maheshmnj opened 7 months ago

maheshmnj commented 7 months ago

Describe the bug Inspired from the wasm web work for flutter and the demo app presented, It seems it is possible to get faster loading times on the flutter web apps.

Additional Info It is important to note that this is only supported on Chrome 119 and FIrefox 120 and above.

maheshmnj commented 6 months ago

Update: App fails to build on master channel. Some of the dependencies are not compatible with WASM

maheshmnj commented 1 month ago

Update some of the dependencies still don't have support for wasm yet