On Thu, 11 Nov 2021 16:46:46 +0200
Shlomi Fish <
shl...@shlomifish.org> wrote:
> Hi Arvind!
>
> You need to prepare emscripten-friendly versions of the opencv libraries , by
> compiling them from their C++ sources using emcc.
>
> emcc *cannot* utilise native x86-64 machine code libraries.
>
> perhaps one of the links here will help:
>
>
https://duckduckgo.com/?q=opencv+emscripten&atb=v140-1&ia=web
>
>
https://www.google.com/search?hl=en&q=opencv%20emscripten
>
> And please avoid sending people 2MB-sized emails.
>
> On Thu, 11 Nov 2021 03:19:22 -0800 (PST)
> Arvind Arya <
iamarv...@gmail.com> wrote:
>
> > [image: Screenshot 2021-11-11 at 4.01.41 PM.png]I
> > [image: Screenshot 2021-11-11 at 4.04.29 PM.png]rojects but here is the
> > issue.[image: Screenshot 2021-11-11 at 4.01.13 PM.png]
> > I have used Emscripten to compile basic c++ program how do I get these
> > libraries and header file in the mix. So that they can work in WebAssembly
> > or in the browser. People said that I need to link these .a files with the
> > project. How do I go about doing it. I cannot even get this code to run in
> > Visual studio code. Cannot link libraries there. Please tell me how to move
> > forward. Library linking is the main issue I am facing.
> > On Thursday, November 11, 2021 at 3:08:30 PM UTC+5:30 Shlomi Fish wrote:
> >
> > > Hi Arvind!