> > This looks to be very interesting prospect. Could you write a wiki or > blog on how to update libcxx (and libc) ?
> This could help in some of the optimizations(unneeded code getting added > to the generated asm.js binary) when nothing else work. > On a seprate note, I was toying with the idea of using clang 3.7 instead > of clang 4.0 with the latest emscripten builds. But then I also reckon that > all the testing (and new feature development in emscripten) would be > getting done using clang 4 (and packaged C runtime). On Tuesday, July 18, 2017 at 3:37:22 PM UTC+5:30, jj wrote: > > It should be an llvm-nm listing dump. You can recreate it by > > cd $EMSCRIPTEN > python embuilder.py build libcxx > llvm-nm $HOME/.emscripten_cache/asmjs/libcxx.a > -- 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.
