Commits
User selector
Commit History
Commits on Sep 2, 2020
Remove DYNAMICTOP_PTR (#12057)
Show description for 0882510authored
Commits on Aug 24, 2020
Move reSign/unSign to library function. NFC. (#12014)
Show description for 8b5e1bcauthored
Commits on Apr 4, 2020
cleanup runtime.js (#10845)
Show description for bf72ec0authored
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
Commits on Feb 22, 2020
Adjust to Closure compiler convention that parseInt() must always be … (#10457)
Show description for d9cbb25authored
Commits on Feb 20, 2020
Remove PROCINFO from generated code (#10436)
Show description for d11368bauthored
Commits on Sep 13, 2019
Apply the sbrk pointer's location to the wasm, avoiding the need to import it (#9397)
Show description for afc1616authored
Commits on Jan 21, 2019
Commits on Dec 13, 2018
Commits on Sep 21, 2018
Commits on Dec 20, 2017
De-runtime-ification (#5954)
Show description for c5a4558authored
Commits on May 30, 2017
Commits on Dec 16, 2016
Commits on Dec 8, 2016
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
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