How can I build any given Python library to JavaScript/WASM with Emscripten?
How can I build DLIB or any other C++ library to JavaScript/WASM with Emscripten? Specifically, please see http://dlib.net/compile.html. OpenCV and DLIB should work together and I'd like them to be in JavaScript/WASM so that I can integrate them in the browser. I'd really appreciate your guidance. I want to import DLIB modules to OpenCV to use within the browser. I have successfully already built the openCV.js. In particular, can you please help me convert the following code to JS https://github.com/spmallick/dlib/blob/master/examples/webcam_head_pose.cpp ? Thank you in advance -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/54a6c0f1-b3f3-445c-9870-0c7fb42be21b%40googlegroups.com.
