How to decode QR Code on wasm ?
Solved
Qt for WebAssembly
-
I try qzxing , The program crashes when decoding. "Application exit (Assertion failed: Exception thrown, but exception catching is not enabled. Compile with -sNO_DISABLE_EXCEPTION_CATCHING or -sEXCEPTION_CATCHING_ALLOWED=[..] to catch.)"
-
https://github.com/EddyTheCo/Esterv.Utils.QrCode
https://eddytheco.github.io/qmlonline/?example_url=qt_qr_decAny contribution/suggestion is welcome.
-
-
I can't figure out how to build a lib for qzxing so I can link it with my application. I've tried cmake and qmake and nothing out of the box works. How did you compile qzxing? I am using qt 6.8.2 on windows 11.