Hi, Alon Zakai <[email protected]> writes:
>> If I grab a random LLVM release off the shelf, how much work is it >> compile with Emscripten (not the frontend bits, just the code >> itself)? > It should almost just work. You might run into some minor header issues. > Another concern is that LLVM executes tablegen during compilation, so you > need a parallel native build where you can get tablegen from. Just for the record, I had a hard time trying to compile llvm with emscripten (very weird header issues), but it was before the llvm merge, so I may try again soon. I am very interested on this project, as I wonder what other options there are to generate nice ASMJS from javascript itself. -- Best regards, Emilio -- 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.
