Web Assembly: QtQuick or QtWidget?
Unsolved
Qt for WebAssembly
-
Hi, I'm approaching to Qt6 to create wasm application.
But, for example, QMessageBox does not work on them. I have Qt6.8 and Emscripten ver. 1.3.56.
QtQuick use Dialog, but QtWidget? -
@Dave-von-Orlando
Never used WASM, but e.g. https://bugreports.qt.io/browse/QTBUG-116608 (the bug is not important, and was fixed anyway) shows a user usingQMessageBox
in WASM? It says "Tested on 6.5.2 (single threaded, no async)", I don't know if that affects you.