Age | Commit message (Collapse) | Author |
|
|
|
|
|
backend output
|
|
|
|
local dir
|
|
exception message to stderr. Fixes other.test_warn_undefined on Windows, which would fail if Python spawned node.js in the case where it printed stderr and terminated to an uncaught exception, leaving unflushed data to stderr, and not all unresolved symbol errors were printed to console. Node.js stderr does not have a flush() mechanism, so must gracefully terminate the execution instead.
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
AUTHORS
src/library_sdl.js
tools/shared.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Automatically compile struct_info.json and save the compiled version in the emscripten cache.
|
|
|
|
re-enabled non-asm.js shared lib support
|
|
|
|
|
|
|
|
|
|
stack, then dynamic/sbrk. deprecate shared libs (BUILD_AS_SHARED_LIB)
|
|
implement DEAD_FUNCTIONS that way
|
|
|
|
invoke_* calls
|
|
|
|
|
|
|
|
|
|
relooper)
|
|
|
|
the last remaining issue for it
|
|
Adds a much cheaper CHECK_HEAP_ALIGN option to do heap access
alignment checks. Less extensive than SAFE_HEAP, but also much
cheaper.
|
|
proper JS profilers these days - use those
|
|
way to deprecation, and it in the best case is not a precise optimization but an optimistic one
|
|
|
|
Conflicts:
src/library_browser.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|