According to emscripten docs (http://kripken.github.io/emscripten-site/docs/optimizing/Optimizing-Code.html) it is possible to make emscripten separate .js file. Is it possible to split that file when building from Unity ? I tried to put --separate-asm as emscriptenArgs but it did not do anything. I am doing this in order to reduce memory usage when compiling javascript code.
↧