Currently I'm not aware of such a feature. You could do a custom JS library that checks the values of the particular settings from src/settings.js and logs them, as those are not embedded to the generated executable for runtime examination.
2014-02-13 20:03 GMT+02:00 Joel Croteau <[email protected]>: > Is there a way to determine, at compile time or at run time, what settings > were used when building the JavaScript file. For instance, is there a way > to test whether a program was built with FULL_ES2 enabled or not? > > -- > 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. > -- 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.
