Is it possible to embind Qt class that has a signal in emscripten?
Unsolved
Qt for WebAssembly
-
I want to send a signal from JS.
I can embind classes (https://emscripten.org/docs/porting/connecting_cpp_and_javascript/embind.html), but before I attempt to, I wanted to know if signals can be part of the class as well.Thanks.
-
I am not sure Qt signals would work. You should certainly be able to so callbacks though.