I think the plan would be to eventually render a QML based interface on a webgl canvas, which in theory would have a better performance than a DOM based interface.
I'm not an expert but maybe a case can be made that a lightweight rendering engine on WebAssembly can be faster than C++ DOM rendering engine which needs to support lots of legacy stuff.