Re: Dynamic Download and Load of Wasm

2018-10-18 Thread Alon Zakai
One major issue related to that is here: https://github.com/kripken/emscripten/issues/5586 On Thu, Oct 18, 2018 at 4:37 AM Manish Kasat wrote: > Is there any update on these issues or are there some workarounds? > > We too are dealing with a large code and wanted to use the dynamic linking > fo

Re: Dynamic Download and Load of Wasm

2018-10-18 Thread Manish Kasat
Is there any update on these issues or are there some workarounds? We too are dealing with a large code and wanted to use the dynamic linking for performance gains, but are facing same issues of size bloat in JS and WASM files. Is there a way to use dynamic linking without exporting all the fu

Re: Removal of EMSCRIPTEN_ROOT from config file

2018-10-18 Thread Floh
> However, i don't think you can change the emscripten SDK dir by using --em-config (can you?). It does seem to work when using both --em-config and --cache both for emcc and emar. This is what I'm doing to use a "local" workspace emscripten install for cmake (all emscripten tools will also be