Re: [Development] wasm and static vs. shared libs

2019-10-02 Thread Martin Koller
On Mittwoch, 2. Oktober 2019 00:02:01 CEST Lorn Potter wrote: > Hi Martin, > > > On 1/10/19 4:38 PM, Martin Koller wrote: > > Hi, > > > > I see that compiling Qt for wasm produces .a static libs. > > This however leads to a couple of duplicate symbols when linking my > > existing large applicat

Re: [Development] wasm and static vs. shared libs

2019-10-01 Thread Lorn Potter
Hi Martin, On 1/10/19 4:38 PM, Martin Koller wrote: Hi, I see that compiling Qt for wasm produces .a static libs. This however leads to a couple of duplicate symbols when linking my existing large application. Here https://emscripten.org/docs/compiling/Building-Projects.html?highlight=link#a

[Development] wasm and static vs. shared libs

2019-09-30 Thread Martin Koller
Hi, I see that compiling Qt for wasm produces .a static libs. This however leads to a couple of duplicate symbols when linking my existing large application. Here https://emscripten.org/docs/compiling/Building-Projects.html?highlight=link#archive-a-files I read "Where possible it is better to ge