So WebGL builds are now outputting a .asm.js file in addition to the .data, .js, and .mem files. Obviously this is to support asm(on in firefox I think) but the file is ~30% larger than my .data, .js, and .mem files combined.
Why is this file so big? Does it also contain the assets from those other files?