qt-webassembly-examples
qt-webassembly-examples copied to clipboard
Examples and test cases for Qt on WebAssembly
Compile Error [mqtt_simpleclient](https://github.com/msorvig/qt-webassembly-examples/tree/master/mqtt_simpleclient) ``` /plugins/networkinformation/libqglib.a: No such file or directory plugins/networkinformation/libqnetworkmanager.a: No such file or directory ```
# Description After trying to use (**amazingly useful**) code from [gui_localfiles/qhtml5file_html5.cpp](https://github.com/msorvig/qt-webassembly-examples/blob/master/gui_localfiles/qhtml5file_html5.cpp) (for opening/saving files via browser's file dialog), (in non-Qt application, by using currently latest `emsdk` (v2.0.16)), I noticed an...
Any example related to OAuth2 will be good.
Default settings with the following log `` em++ -s WASM=1 -s FULL_ES2=1 -s USE_WEBGL2=1 -s NO_EXIT_RUNTIME=0 -s ERROR_ON_UNDEFINED_SYMBOLS=1 --bind -O3 -s ALLOW_MEMORY_GROWTH=1 -o .\multicanvas.js hellowindow.obj main.obj rasterwindow.obj multicanvas.js_plugin_import.obj Drive:/Qt/5.14.0/wasm_32/plugins/platforms/libqwasm.a Drive:/Qt/5.14.0/wasm_32/lib/libQt5EventDispatcherSupport.a...
Do not find the [pizza-shop](https://www.qt.io/web-assembly-example-pizza-shop?hsCtaTracking=e97265b8-ec7f-4652-b052-d26b8875166d%7Ce09e2ec9-4b23-4528-8d66-448a523b7e64) example in the repository. Could someone please share it? Does the example use any SQL or does Qt-Webassembly support SQL as well?
The quick_controls2_gallery example doesn't have the html page and, when clicked, it shows a 404 error message.
Your sample is not working. libQt5Core.wasm not found. Do you know how to generate this file ? Thank you.
See https://github.com/blockspacer/imgui-qtquick-wasm-port Integration of Dear ImGui 1.66b with Qt Quick, works with QT for WebAssembly (ported without utf8 fonts) Uses `#include `
QML & WIDGETS integration almost working in WASM (QT FOR WEBASSEMBLY) See https://gist.github.com/blockspacer/0487860d26ff9b1478921f57435bfa5b
I call into my app from javascript but it seems like I have to kick-start the event loop by calling emscripten_resume_main_loop() ... is this safe? I.e. will Qt pause it...