6.2.4 for WebAssembly

Note

Following database backend is distributed with this version:

  1. SQLite (distributed with Qt): Built in the package using command -DFEATURE_sql_sqlite -DFEATURE_system_sqlite=OFF.
Note
All builds have -DFEATURE_icu=OFF because I think the ICU library is too big and, in most of the conditions, useless for common users.
Note

All packages are built using emscripten SDK 2.0.14 as recommended in Qt Wiki.
WebAssembly doesn’t support ABI compatibility. You MUST use SDK 2.0.14 for building your own code, otherwise unpredicted error may occur.

All builds have thread feature enabled using -DFEATURE_thread=ON.

Note
Qt for WebAssembly can only be built to static libs.
CVE issue patched

All builds have following CVEs fixed:
CVE-2018-25032
CVE-2022-27404-27405-27406
CVE-2022-37434

Static Builds

Windows host

Qt6.2.4-WebAssembly-emscripten2.0.14-xWindows-x86_64-MinGW11.2.0-20230123.7z
Download: OSDN link SourceForge link
Build Host:Windows 11 10.0.22621Toolchain Version:emscripten-2.0.14
Notes:

Linux Host

Qt6.2.4-WebAssembly-emscripten2.0.14-xLinux-x86_64-gcc8.5.0-20230107.tar.xz
Download: OSDN link SourceForge link
Build Host:RockyLinux 8.7Toolchain Version:emscripten-2.0.14
Notes:

macOS Host

Qt6.2.4-WebAssembly-emscripten2.0.14-xmacOS-Universal-AppleClang14.0.0-20221120.tar.xz
Download: OSDN link SourceForge link
Build Host:macOS 12.6.1Toolchain Version:emscripten-2.0.14
Notes: