Answering my own email.
I found this and it worked.
https://wiki.qt.io/Qt_for_WebAssembly#Files_and_local_file_system_access
Cheers
On Sat, 15 May 2021 at 17:32, Nicholas Yue wrote:
> Hi,
>
> Given the sandbox security of WASM, application only have access to the
> virtual filesystem access
Hi,
Given the sandbox security of WASM, application only have access to the
virtual filesystem accessing file that one might have package with the
application via emcc
How have others building Qt-wasm been handling getting data into and out
of such applications? Is there some other Qt widget/