Hi! First of all thanks enormously for your hard work! I'm trying to use emscripten with separate binary / filesytem. Executable binary is compiled to a .js, and the filesystem is in another .js file generated by file_packager.py
Both are put together in the html like this: <script type="text/javascript" src="filesystem.js"></script> <script async type="text/javascript" src="executable.js"></script> Any idea what it might be going on? Thanks! -- 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/groups/opt_out.
