Details
-
Technical task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
Emscripten provides network transparency for dlopen() calls, where calling .e.g. emscripten_dlopen("libfoo.so") will download the library and its dependencies.
This can work for QLibrary and QPluginLoader as well, except that those classes in some cases make assumptions that library paths are local file system paths.