Commits
User selector
Commit History
Commits on Aug 22, 2016
DYNAMICTOP is a signed 32-bit integer value, so read it as HEAP32. (This fixes -s USE_PTHREADS=2 builds when browser does not support pthreads, i.e. browser.test_pthread_create run on a non-support…
Show description for 59816c6committedRemove variable DYNAMICTOP and replace it with DYNAMICTOP_PTR which points to a memory location on the Emscripten HEAP that contains the ceiling of the dynamically allocated memory area. Remove pro…
Show description for 80bd37acommitted
Commits on Mar 8, 2016
Commits on Mar 4, 2016
Commits on Mar 1, 2016
Commits on Sep 11, 2015
Commits on May 21, 2015
Commits on May 4, 2015
Commits on May 2, 2015
Commits on May 1, 2015
Commits on Apr 29, 2015
- committed
Merge pull request #3421 from waywardmonkeys/remove-INIT_HEAP
Show description for ba0ab00committed
Commits on Apr 28, 2015
- committed
basic dynamic linking support - load dynamic libs set in Module.dynamicLibraries
Show description for 87d9594committedRemove INIT_HEAP.
Show description for ceccc7acommitted
Commits on Apr 27, 2015
Merge branch 'incoming' into linking
Show description for 426c94dcommitted- committed
Commits on Apr 26, 2015
Merge branch 'incoming' into linking
Show description for 657a2accommitted- committed
Commits on Apr 25, 2015
use SIDE_FUNCTION_TABLE for side function tables, so that side module dynCall etcs can just override the parent's, and it will work since FUNCTION_TABLE is still the only important one, i.e. the on…
Show description for b757e8bcommitted- committed
Remove some checks against QUANTUM_SIZE.
Show description for 60e3b93committed- committed
- committed
Commits on Apr 23, 2015
Commits on Apr 17, 2015
Remove RUNNING_FASTCOMP setting.
Show description for 9db4ec7committedRemove ASM_JS checks from library & runtime.
Show description for c5344f8committed