I have a c++ program of openCV where I open an image and do Manipulations on it and write it back the header files I use are
#include<opencv2/imgcodecs.hpp> #include <opencv2/highgui.hpp> #include <opencv2/imgproc.hpp> #include <opencv2/shape/shape_transformer.hpp> I want to run this file in WebAssembly I am really lost.I am new how do I go about doing it. how do I link the libraries what libraries should I link. How does Emscripten goes about compiling my C++ program how and where I link libraries. Do I need to make an executable first. Please can someone give me steps. Thank You So Much, Arvind -- 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/9b8d3c56-a36c-4569-ac9a-87cdcffe3a11n%40googlegroups.com.
