[feature request] can it be port to web ?
today c++ support wasm and qt support web, Is it possible port to web ?
I love this , it is so easy to use
Hmm...never tried that but indeed should be possible in theory: https://doc.qt.io/qt-5/wasm.html
This weekend I have try to build port to web, and found some problem
- build
qtfollow https://doc.qt.io/qt-5/wasm.html , will loserleleasecommand which for translation, so I don't add translation file toHeimer.profile in build - can't input chinese, copy also not work
- can't save file to local and can't upload file
here is a preview: https://shynome.github.io/Heimer-port-to-web-try/index.html I will try to solve these problems, but I am newbie and hope someone can help solve these
Wow, that's very cool! Works better than I expected. The biggest issue is to somehow handle file load/save.
I found this: https://bugreports.qt.io/browse/QTBUG-67834