I've built my companies internal Emscripten oriented codebase with Binaryen, resulting in an output of ~2MB. Benchmarking time spent to compile the WebAssembly module in Chrome canary shows around 1 second. While its not exactly the same (parse instead of compile), the script streamer thread timing for the equivalent JS (~3.5MB) only takes around 300ms. Using different versions of chrome doesn't seem to impact the timing, and Firefox shows slightly faster, but not better than just JS parse time.
Is this expected to improve? -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
