Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi!
Unfortunatly OpenSSL Sockets are not supported in WebAssembly. How can I excluse the appropriate files depending on the target platform in my qmake file?
Thanks in advance and all the best, Friedemann
!wasm { # Put your non-WASM files here }
Scope name will be wasm or wasm-emscripten.
wasm
wasm-emscripten
Works! Thanks a lot :)