Live data from Hacker News

Qt for WebAssembly Technology Preview

blog.qt.io

1–10 of 196 posts

Re: Qt for WebAssembly Technology Preview

#2
There is emscripten-qt that built Qt apps w/ Emscripten for a while now[0] (since asm.js and WASM should not change anything even though it hasn't had updates in a few years). Appears this uses Emscripten as well. I wonder how this compares at a tech level.

0 - http://vps2.etotheipiplusone.com:30176/redmine/projects/emsc...

Re: Qt for WebAssembly Technology Preview

#6
post #3

So, you're saying I could use a QTWebView in the browser?

This would be for the QtQuick backend.

The QTWebView is a separate plugin component with its own set of dependencies.

You wouldn't want to do that anyways, much more effecient to just communicate from Qt to Javascript webviews (but I'm sure you know that :))

Post reply on HN