emscripten has a feature where you can avoid using a config file completely and instead pass a python literal in the EM_CONFIG environment variable or `--em-config` command line.
e.g. `emcc --em-config="<python code>` As part of routine cleanup I'm hoping to be able to remove this feature and allow the code to depend on the existence of a config file on disk. I'm not imagining there are any users of this feature, and we can make it into warning a few releases to confirm this. Does anyone know of any users of this feature? cheers, sam -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/CAL_va28seE50BNe4BKJ4cFzoQNNZPE6xbFFwDvXQSdWfiF2WAA%40mail.gmail.com.
