Thank You for the reply loved the jokes Chuck Norris jokes are like Rajnikanth jokes if you had seen his movies he actually is the GOAT in that genre. I want to know how do I make object(.o) file from my project and then link it with a static library(.a) file which there are multiple of in my project. # Compile libstuff to libstuff.a emconfigure ./configure emmake make # Compile project to project.o emconfigure ./configure emmake make # Link the library and code together. emcc project.o libstuff.a -o final.html This is what I want to run. How do I go about it. On Thursday, November 11, 2021 at 11:34:53 AM UTC+5:30 Shlomi Fish wrote:
> Hi Arvind! > > On Wed, 10 Nov 2021 04:32:49 -0800 (PST) > Arvind Arya <[email protected]> wrote: > > > 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. > > > > I suggest you start by reading the intro documentation at > https://emscripten.org/ . I think building [parts of] opencv using emcc > may not > be trivial. > > > Thank You So Much, > > > > Arvind > > > > > > -- > > Shlomi Fish https://www.shlomifish.org/ > Humanity - Parody of Modern Life - https://shlom.in/humanity > > The Knights Who Say “Ni” once said “Ni” to Chuck Norris. They are now no > longer > The Knights Who Say “Ni”. > — https://www.shlomifish.org/humour/bits/facts/Chuck-Norris/ > > Please reply to list if it's a mailing list post - https://shlom.in/reply > . > -- 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/c805c2f2-dc2c-44c0-a4a7-735448dcdd7fn%40googlegroups.com.
