Qt for WebAssembly Technology Preview
blog.qt.io
Qt for WebAssembly Technology Preview
1–10 of 196 posts
Re: Qt for WebAssembly Technology Preview
#2There 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
#3So, you're saying I could use a QTWebView in the browser?
Re: Qt for WebAssembly Technology Preview
#4So, you're saying I could use a QTWebView in the browser?
Yo, I heard you like browsers, so we put a browser in your browser, so you can surf while you surf.
Re: Qt for WebAssembly Technology Preview
#5How long until someone uses this to make an Electron app?
Re: Qt for WebAssembly Technology Preview
#6So, 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 :))
Re: Qt for WebAssembly Technology Preview
#7So, you're saying I could use a QTWebView in the browser?
What would be the security model of such a browser environment? Maybe like an iframe?
Re: Qt for WebAssembly Technology Preview
#8"Because you can doesn't mean you should." -common sense.
But then again, since 2017, anything that can happen will.
Re: Qt for WebAssembly Technology Preview
#9How long until someone uses this to make an Electron app?
Once we compile Chromium to webassembly, we can run Qt in Chromium in Chromium in Slack!
Re: Qt for WebAssembly Technology Preview
#10"Because you can doesn't mean you should." -common sense. But then again, since 2017, anything that can happen will.
[deleted]