Qt 6.x WebAssembly + RemoteObjects
Unsolved
Qt for WebAssembly
-
Hello
Do we have in plan to add RemoteObject to WebAssembly in nearest future into Qt 6?
Thank you
-
@Volodymyr-Mudryk If you don't get an answer here I suggest to ask Qt developers on their mailing list: https://lists.qt-project.org/
-
https://bugreports.qt.io/browse/QTBUG-74462
https://bugreports.qt.io/browse/QTBUG-84626
Seems you might need to wait a while as it needs WebAssembly Asyncify and perhaps threaded configuration, as well websockets.
-
Actually, if you use QWebSockets (there is an example client wsclient in the QWebSockets examples) it can work without asyncify.