How to test WebAssembly
Solved
General and Desktop
-
Hello, i can read lot of old articles saying WebAssembly will be avalable with qt5.11.
So, is it released ? Is it possible to test with openSource licence ? if yes, where to start pls ?THX
@LeLev
https://wiki.qt.io/Qt_for_WebAssemblyyou need to compile it yourself from source for now.
-
@LeLev
https://wiki.qt.io/Qt_for_WebAssemblyyou need to compile it yourself from source for now.
Thank you @raven-worx
-
Thank you @raven-worx
-
Hi,
mkdir build_module cd build_module /path/to/Qt/version/bin/qmake /path/to/module/sources make make install
-
Hi,
mkdir build_module cd build_module /path/to/Qt/version/bin/qmake /path/to/module/sources make make install
-
You’re correct, yes.