File system support workerfs
Unsolved
Qt for WebAssembly
-
I can only see in Qt documentation mentioning support for MEMFS and IDBFS. I wonder if Qt wasm has support for workerfs as defined in Emscripten?
I am planning to use the https://web.dev/file-system-access/ API together with workerfs to emulate mounting a user directory for use in my wasm application. Do you think it is feasible?Thanks