Could someone please help me with converting a cpp file that includes opencv modules to wasm? what are the steps I need to achieve the same? I tried the documentation Building Projects — Emscripten 2.0.16 documentation . But I have encountered several errors when I ran the emcmake cmake command on the opencv source. Could someone point me in the right direction?
please check this link for details regarding my issue here https://groups.google.com/g/emscripten-discuss/c/Giy-5WOp9Fg/m/ma3aS1_XAQAJ
I’m actually not sure if these are even the right steps to take in order to compile my application to wasm.
Basically I want to run my simple cpp application that prints a matrix and uses opencv module in the browser using wasm through emscripten.
Please help.
Thanks.