Hi everybody! Since #3326 <https://github.com/kripken/emscripten/pull/3326> got pulled into incoming, we have a new method to initialize memory: By passing “--memory-init-file 0 -s MEM_INIT_METHOD=2” on the command line (resp. in LD_FLAGS), one can disable the separate memory initializer file, and instead store the initial memory content in a string literal. The size of the resulting source might be a bit larger than source and memory initializer combined used to be before, but that difference should become almost negligible after gzip compression. It might make sense to make this the default for certain situations, but to decide on this, it would be nice to gather some experience with how this behaves in real world setups.
Of particular interest are situations where separate memory files are problematic for some reason or other, as well as situations where character encoding of the sources could be more exotic than usual. But in general, any experience with that setup would be of interest to me. So if you feel like it, please give it a try and report back here on this thread. Thank you very much. Martin von Gagern -- 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.
