You can grab the 1.13.0 tags in the three repos (emscripten, fastcomp, and clang). Building should be according to the same instructions as in the docs,
https://kripken.github.io/emscripten-site/docs/building_from_source/building_fastcomp_manually_from_source.html as it's just a simple configure/make or cmake/make, with enabling of the asmjs target. If that doesn't work, you can look at older versions of that page, by looking back in the git history of site/source/docs/building_from_source/building_fastcomp_manually_from_source.rst On Sat, Jul 23, 2016 at 5:58 AM, James Stortz <[email protected]> wrote: > Good morning, all! > > I would sure appreciate some help getting an old emscripten environment > working, with clang and llvm and all that I need. This project base here is > 2-3 years stale, so I'm thinking release ~1.13.0. > > QuakeJS > https://github.com/inolen/quakejs/issues/14 -> > https://github.com/kripken/emscripten/pull/1624 -> > https://github.com/kripken/emscripten/issues/1554#issuecomment-24553086 > > Something about how structs are handled fundamentally changed, and now the > build won't complete. I've spent a lot of time trying different things, but > haven't made any progress. Is there a sure-fire procedure I could follow > (on Linux?) > > Thanks for taking a look. > > -- > 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. > -- 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.
