What Qt Modules are Unsupported in web assembly
-
From the documentation I saw qtmultimedia, qtwebview is not supported, is there a solution in the latest QT release?
what are the other unsupported modules in web assembly?
@Rahul-VR https://doc.qt.io/qt-6/wasm.html
"Supported Qt Modules" -
@Rahul-VR https://doc.qt.io/qt-6/wasm.html
"Supported Qt Modules" -
@JonB said in What Qt Modules are Unsupported in web assembly:
@jsulm
Unsupported = (Supported & ~0xFFFFFFFF)
;-)What if it's a 64-bit enum that uses the MSB? ;-)