Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
and can work in fastcomp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conflicts: tests/test_core.py tools/shared.py
|
|
|
|
|
|
Conflicts:
tests/test_benchmark.py
tools/shared.py
|
|
Conflicts:
tools/shared.py
|
|
vectorization in llvm 3.4
|
|
|
|
|
|
minifying crypto randomBytes etc. this fix makes use of closure externs so I've added a closure-externs.js to hold the definitions and modified tools/shared.py closure_compiler method to point to closure-externs.js. I've added externs to fix minification of the ws library used in library_sockfs.js too
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
many source files.
When there are too many source files and one builds static libraray cmake splits the whole list of files
into several invocations of library archiver. In order this to work cmake needs to know both how to create
and how to append to archive. Another related issue is that emscripten code fails when links a final
javascript code if a command line of a link command is too long (this 'too long' is very OS dependent).
Related discussion can be found in issue #1931.
Conflicts:
AUTHORS
|
|
|
|
|
|
Conflicts:
emcc
|
|
|
|
seen by child processes spawned by emcc. To make sure all child processes see the same config file, the --em-config parameter is stored in the environment for current and child processes.
|
|
location of the .emscripten configuration file from the command line. This overrides and has the same meaning as the environment variable EM_CONFIG.
|
|
|
|
checks
|