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

Details

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

    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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes