Is it possible to speed up load time using emterpenter?

The Emterpreter is an option that compiles asm.js output from Emscripten into a binary bytecode. It loads much faster than the asm.js version, but runs slower. The compiled version can be loaded in the background, and if it’s loaded successfully, then it is possible to switch to the asm.js module.

At the moment my 3D project runs in Firefox seamlessly, but loading and interpreting the asm.js script takes a really long time.
3D projects aren’t working in Chrome, so I tried out Tappy Chicken. It worked well, but the browser freezes for 2-3 minutes before I can play.

What do you think about it? Is it possible for me now, to update my project, without a deep knowledge about Emscripten?

Hey deadmanswitch,

You can always submit a GitHub pull request to have this implemented yourself through code. Have you been able to find a solution since reporting this request/issue?

Let me know if you have further questions.

Thank you,