As Emscripten can compile most C++ code to webassembly (WASM), I was asking myself what is the point of Qt for Webassembly.
The former will keep the C++ code's license (LGPL), the latter would require to license under the GPL.
Is it technically possible to compile Qt with Emscripten, so I have the freedom to avoid the GPL license? Maybe someone with a deeper understanding of Qt might explain what was required under the hood for the WASM platform support.