Pre-built Qt for WASM with threaing enabled
-
wrote on 16 Jan 2021, 12:42 last edited byThis post is deleted!
-
wrote on 20 Jan 2021, 06:20 last edited by
Threads are still considered experimental in webassembly, in the browsers as well as Qt WebAssembly. Which is why we do not enable them by default. They require the user to tweak the browsers config settings.
They also need to be served from https due to the shared memory.
AND they are not real threads, and so work a bit different than unix threads, so it can be a bit tricky.
1/2