See #26453 for a plan for create some kind of native entry point for emcc, that can avoid running python except for linking.
There should really be no need to run the full python interpreter just for the compiler config file. I suggest we transition to something simple. Perhaps a simple key, value text file, json.
Step 1 in doing this is probably to separate the testing config, which is slightly more complex from the core compiler config, which is really just a few paths.
See #26453 for a plan for create some kind of native entry point for emcc, that can avoid running python except for linking.
There should really be no need to run the full python interpreter just for the compiler config file. I suggest we transition to something simple. Perhaps a simple key, value text file, json.
Step 1 in doing this is probably to separate the testing config, which is slightly more complex from the core compiler config, which is really just a few paths.