6.2.5 for WebAssembly

Note

There is restriction in Qt provided configuration file where it disabled build of QtSql when targetting WebAssembly.
So there is no database backend in this version.

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.

Patches (mostly CVE issue)

I build Qt with patches. See following page for a list of patches:
existing-patches

Static Builds

Windows host

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

Linux Host

Qt6.2.5-WebAssembly-emscripten2.0.14-xLinux-x86_64-gcc8.5.0-20230722.tar.xz
Download: SourceForge link
Build Host:RockyLinux 8.8Toolchain Version:emscripten-2.0.14
Notes:

macOS Host

Qt6.2.5-WebAssembly-emscripten2.0.14-xmacOS-Universal-AppleClang14.0.3-20230723.tar.xz
Download: SourceForge link
Build Host:macOS 13.4.1Toolchain Version:emscripten-2.0.14
Notes: