Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-67718

webassembly: support disk cache in QtDeclarative if feasible

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • Some future release
    • None
    • QPA
    • None

      Currently, support for using a disk cache in QtDeclarative is disabled. This is due to the filesystem sandbox in which WebAssembly lives, in that it does not have normal access to the filesystem.

      This is to research if it is feasible to use the disk caching, through emscripten FS javascript if needed.

      https://kripken.github.io/emscripten-site/docs/api_reference/Filesystem-API.html

      Persistent file system access involves synching files to the sandbox, which can be slow.

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

            Unassigned Unassigned
            lpotter Lorn Potter
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Tor Arne Vestbø Tor Arne Vestbø
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes