> Btw if one is using the emrun tool to automate debugging runs, there is a > special runtime function "emrun_file_dump(filename, data)" which allows one > to programmatically dump a file out to local hard drive. This can make > creating test harnesses easier, although it's not a feature for end user > scenarios. >
Good to know. I still haven't tried to create a local files directly from a C++ byte array (I just needed to clone files locally from the memory file system). Creating local files on the fly from a byte array might be useful too. -- 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.
