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

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.

Re: Using custom libs .a files

2021-04-28 Thread Mehaboob kk
com> wrote: > 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 M

Re: WASM reverse engineering protection

2021-04-28 Thread Mehaboob kk
be > 'run' virtually, using just pen and paper. > > On Wed, Apr 14, 2021 at 12:43 PM Mehaboob kk wrote: > >> Hello All, >> >> Is there any technique to protect the WASM code from reverse engineering? >> I have a licensed software which need to be protected. I

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

WASM reverse engineering protection

2021-04-14 Thread Mehaboob kk
Hello All, Is there any technique to protect the WASM code from reverse engineering? I have a licensed software which need to be protected. I am worried that the reverse engineered code can be modified to bypass the license and compile it back again Any inputs please Thanks, Mehaboob --