I was actually working on this. But I ran into an issue with using some flags with my JavaScript port of Fastcomp. I can't remember all of the details since I haven't been able to work on it for awhile. But using the flags that emcc would normally use would cause Fastcomp's clang to try an use the posix_spawn function which isn't implemented.
I was going to compile a debug version of Fastcomp to get source maps to help pin point during runtime what that function was being used to try an do. Unfortunately, I was unable to compile the debug build (it kept freezing during the linking phase on the large executable eg. Opt, Clang). Once I got the JavaScript port Fastcomp working correctly the idea was to just look at what the python scripts were doing (it looked like the important work was done by either Fastcomp or some js scripts anyway) and write some JavaScript to do it instead. -- 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.
