Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63925 WebAssembly: shared libraries and dynamic linking
  3. QTBUG-124881

QLibrary/QPluginLoader: support URLs as library paths on WebAssembly

XMLWordPrintable

    • Icon: Technical task Technical task
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • None
    • None
    • WebAssembly

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.webassembly qt.webassembly
            sorvig Morten Sørvig
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes