QtWasm icon indicating copy to clipboard operation
QtWasm copied to clipboard

Dockerfile for building Qt projects for WebAssembly

Results 4 QtWasm issues
Sort by recently updated
recently updated
newest added

Startup crash: ``` ASSERT: "!g_staticDataMutex.try_lock()" in file /development/qt5/qtbase/src/corelib/kernel/qeventdispatcher_wasm.cpp, line 206 ``` Failing [QEventDispatcherWasm::isValidEventDispatcherPointer](https://github.com/qt/qtbase/blob/v6.6.1/src/corelib/kernel/qeventdispatcher_wasm.cpp#L206) code in Qt 6.6.1. ## Possible fix Might need to add `LOCK_GUARD(g_staticDataMutex);` before calling `isValidEventDispatcherPointer` also in...

On the final binary, I also have those: ``` target_link_options(AFIRunner PRIVATE "SHELL:-gsource-map") target_link_options(AFIRunner PRIVATE "SHELL:-gseparate-dwarf=${CMAKE_CURRENT_BINARY_DIR}/AFIRunner.debug.wasm") ``` That enables source maps support, usable even on release. That actual gives c++ style...

I have thoses flags also: add_link_options("SHELL:-s EMULATE_FUNCTION_POINTER_CASTS") # hdf5 function pointer issue add_link_options("SHELL:-s LLD_REPORT_UNDEFINED") # Have more logging on linker issues And this block: ``` # Increase stack size (was...

Problems: - [ ] Configure GE proxy: https://docs.microsoft.com/en-us/virtualization/windowscontainers/container-networking/architecture , https://techcommunity.microsoft.com/t5/networking-blog/network-start-up-and-performance-improvements-in-windows-10/ba-p/339716 - [x] Install VS2019, CMake & Nuget: https://docs.microsoft.com/en-us/visualstudio/install/build-tools-container?view=vs-2019 , https://docs.microsoft.com/nb-no/visualstudio/install/workload-component-id-vs-professional?view=vs-2019 - [x] Install git, svn & python: https://chocolatey.org/install - [x]...