Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
we do in asm.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the generated functions and send only them, or we don't know them and send all the code, in either case js-optimizer.js does not need a list of generated functions
|
|
Implement strtod in native C code as part of libc.
|
|
|
|
side, this can fix double precision bug in original strtod implementation.
|
|
Search libcxx includes before others (libc).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sanity tests pass again.
|
|
|
|
feedback
|
|
|
|
|
|
|
|
|
|
|
|
be loaded without shared.py
|
|
|
|
|
|
on shared, which requires .emscripten at import time)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This ensures that the overrides like complex.h that libcxx provides
are found before the ones provided by libc.
Fixes #919.
|
|
Print output filename that couldn't be created.
|