Re: Combine multiple wasm files

2021-09-02 Thread 'Sam Clegg' via emscripten-discuss
y you would need to do more than just ship as a >> shared library (side module) you would also need to perform some kind of >> obfuscation, which by its nature (and the nature of WebAssemlby in >> particular) is always going to have limits. >> >> On Sat, Jun 19, 2021 at 3:45 PM Me

Re: Combine multiple wasm files

2021-09-01 Thread Mehaboob kk
le) you would also need to perform some kind of obfuscation, > which by its nature (and the nature of WebAssemlby in particular) is always > going to have limits. > > On Sat, Jun 19, 2021 at 3:45 PM Mehaboob kk wrote: > >> Hello, >> >> Is it possible to combine

Re: Combine multiple wasm files

2021-06-19 Thread 'Sam Clegg' via emscripten-discuss
as a shared library (side module) you would also need to perform some kind of obfuscation, which by its nature (and the nature of WebAssemlby in particular) is always going to have limits. On Sat, Jun 19, 2021 at 3:45 PM Mehaboob kk wrote: > Hello, > > Is it possible to combine multiple .w

Combine multiple wasm files

2021-06-19 Thread Mehaboob kk
Hello, Is it possible to combine multiple .wasm files to one single .wasm file? Scenario: I want to share a library(SDK) to an end customer who is building the .wasm/JS application. Customer concerned that loading multiple wasm files is not efficient. So we wanted to combine two wasm files