Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
emscripten_get_compiler_setting - an optional way to look up compiler flags at runtime
|
|
|
|
|
|
coverage and support for fastcomp
|
|
fix for structures generated by manually calling generateStructInfo
|
|
|
|
|
|
EM_ASM; fixes #1819
|
|
Conflicts:
src/parseTools.js
src/preamble.js
|
|
"var x = function()" -> "function x()" so that error stack traces and profiling stack traces are more informative and do not contain anonymous functions.
|
|
Conflicts:
src/parseTools.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace x>>2<<2 and x>>3<<3 with x&-4 and x&-8, respectively, since
an and is cheaper than two shifts.
|
|
|
|
|
|
|
|
structs; fixes #1602
|
|
|
|
|
|
|
|
|
|
through invoke (for now), and have a global function table in the Runtime, which modules register their functions to
|
|
|
|
|
|
|
|
valid c
|
|
|
|
|
|
|
|
|
|
stack, then dynamic/sbrk. deprecate shared libs (BUILD_AS_SHARED_LIB)
|
|
|
|
|
|
|
|
|
|
|
|
|