QtWebAssembly updates Emscripten Requirement

from blog Qt, linux and everything, | ↗ original
In the just released Qt 5.15-beta2 version, Qt for WebAssembly will require an Emscripten update from 1.38.27 to 1.39.8. Require because there are a few incompatible changes we needed in Qt. The update includes several improvements, including faster linking times, as Emscripten no longer has to transpile to javascript before it outputs wasm. It...