Re: Using custom libs .a files

2021-04-28 Thread 'Sam Clegg' via emscripten-discuss
On Wed, Apr 28, 2021 at 3:30 PM Mehaboob kk wrote: > Hi Thomas, > > Thanks for your input, I was referring to the Using Libraries section here > https://emscripten.org/docs/compiling/Building-Projects.html#using-libraries > > > As Thomas says, you can't use native object files with emscripten,

Re: Using custom libs .a files

2021-04-28 Thread Mehaboob kk
Hi Thomas, Thanks for your input, I was referring to the Using Libraries section here https://emscripten.org/docs/compiling/Building-Projects.html#using-libraries Thanks, Mehaboob On Wed, Apr 14, 2021 at 4:14 PM 'Thomas Lively' via emscripten-discuss < emscripten-discuss@googlegroups.com>

Re: Using custom libs .a files

2021-04-14 Thread 'Thomas Lively' via emscripten-discuss
Hi Mehaboob, No, Emscripten cannot compile native objects or archive files to WebAssembly. Perhaps what you saw was a reference to archive files containing WebAssembly objects produced by Emscripten? Thomas On Wed, Apr 14, 2021 at 12:45 Mehaboob kk wrote: > Hello All, > > I see that

Using custom libs .a files

2021-04-14 Thread Mehaboob kk
Hello All, I see that Emscripton allows to compile .a files to wasm. In order for this to work the .a file need to be originally compiled using gcc? if yes, any specific version to be compatible? Thanks, Mehaboob -- You received this message because you are subscribed to the Google Groups