Description
Verify that WebAssembly app can be deployed from an embedded B2Qt device (QTBUG-68893 running Yocto based e-Linux B2Qt stack) to a standard browser (Android). This testing may reveal the need for need some additional documentation (e.g. how the targets are defined in Qt Creator project as to compile for WebAssembly one needs to target for that, but how does one deploy to embedded device the WebAssemply app and env?).
For embedded use cases, WebAssembly requires three steps that we need to enable, document and verify:
- Webserver (to host WebAssembly app) running on Yocto based e-Linux B2Qt stack, required under
QTBUG-73045 - WebAssembly app can be deployed from Qt Creator to an embedded B2Qt device running a web server (required under QTCREATORBUG-21833)
- the compiled WebAssembly app can be downloaded and run from the embedded B2Qt host on an Android phone (THIS REQUIREMENT).
Attachments
Issue Links
- depends on
-
QTCREATORBUG-21833 Enable WebAssembly deployment and testing (from Qt Creator) on an embedded (B2Qt) device
- Open
-
QTBUG-68893 G1-15: Intel NUC + Embedded Linux
- Closed
-
QTBUG-73045 Document how to enable webserver in a b2qt image (for WebAssembly testing)
- Closed
- is required for
-
QTBUG-72615 Porting Webassembly from a TP to fully supported
- Closed
-
QTCREATORBUG-21068 Support of Qt for Webassembly in Qt Creator
- Closed
-
QTCREATORBUG-21198 Enable WebAssembly app deployment from an embedded B2Qt device to a standard browser
- Withdrawn