Details
-
Technical task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
We currently support load-time QML module loading, where qmlimportscanner is used to create a list of QML extension plugins which qtloader.js/emscripten downloads at startup.
However, applications may want to delay loading until run-time, for example to load one of many different application components. For QML this can be accomplished by using a QML Loader.
Investigate how this would work for Qt on WebAssembly when using dynamic linking.