qt6-bb10/tests/manual/wasm
Morten Johan Sørvig 7e0711e0c0 wasm: secondary thread blocking sockets example
Connects to echo_server via websockify, like the async version.

Pick-to: 6.4
Change-Id: I9ed560cd388cfddbd0d284d8d40fb7ddf964ba96
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
2022-07-13 09:29:28 +02:00
..
a11y wasm: begin work on accessibility backend 2022-07-06 17:56:58 +02:00
clipboard Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
cursors Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
eventloop Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
localfiles Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
network wasm: secondary thread blocking sockets example 2022-07-13 09:29:28 +02:00
qstdweb Make the promises js-less using a newly introduced thunk pool 2022-07-07 06:28:13 +02:00
qtwasmtestlib Enhance the qtwasmtestlib with comparison functions and status reporting 2022-07-05 21:18:30 +02:00
rasterwindow wasm: Improve wheel event handling 2022-05-24 03:10:10 +02:00
CMakeLists.txt wasm: begin work on accessibility backend 2022-07-06 17:56:58 +02:00
README.md wasm: add qtwasmtestlib 2022-06-29 15:09:02 +02:00

README.md

Manual tests and examples for Qt on WebAssembly

These examples demonstrates various technical aspects of the Qt for WebAssambly platform port, and can be used as a reference when writing application code.

Content

cursors         Cursor handling
eventloop       Event loops, application startup, dialog exec()
localfiles      Local file download and upload
rasterwindow    Basic GUI app, event handling
qtwasmtestlib   native auto test framework