Commits
User selector
Commit History
Commits on Dec 7, 2023
Commits on Aug 16, 2023
Add addToLibrary compile time helper function (#20044)
Show description for 8ab7b6dauthored
Commits on Aug 4, 2023
Commits on Jul 12, 2023
Avoid use of JS `arguments` in export wrappers (#19830)
Show description for f38ebefauthored
Commits on Apr 29, 2023
Commits on May 19, 2022
[wasm64] Remove unneeded usage of `from64` (#16976)
Show description for 32411adauthored
Commits on Feb 15, 2022
Consistent use of `typeof` operator in JS library code. NFC (#16261)
Show description for 1ebd4c8authored
Commits on Jun 30, 2021
Commits on Oct 29, 2020
Move emscripten_stack_get_base/end into native code (#12615)
Show description for 3f7d8eeauthored
Commits on Sep 16, 2020
Remove DYNAMIC_BASE setting and JavaScript global (#12188)
Show description for e156f1aauthored
Commits on Sep 12, 2020
Remove STATIC* JS vars and STATIC_BUMP setting (#12176)
Show description for e8023f1authored
Commits on Sep 2, 2020
Remove DYNAMICTOP_PTR (#12057)
Show description for 0882510authored
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
Commits on Feb 25, 2020
Closure cleanup part 3 (#10544)
Show description for 93672a1authored
Commits on Dec 11, 2019
More MINIMAL_RUNTIME (#9974)
Show description for 6c5d5a4authored
Commits on Mar 13, 2019
Remove TOTAL_MEMORY global var from emitted JS (#8278)
Show description for 91325c1authored
Commits on Jan 14, 2019
Perform JS static allocations at compile time (#7850)
Show description for d9529aeauthored
Commits on Jan 12, 2019
Commits on Sep 21, 2018
Commits on Jun 28, 2018
De-Module[]-arize print and printErr (#6756)
Show description for cd42e9dauthored
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 Sep 21, 2015
Commits on Feb 11, 2015
[tracing] Add some initial support for Google WTF.
Show description for 25b0d1ecommitted
Commits on Oct 29, 2014
Commits on Oct 28, 2014
[tracing] Add a way to track "associated storage size".
Show description for 572b59fcommitted- committed
Commits on Sep 5, 2014
[tracing] Initial tracing API.
Show description for fd1ce70committed
Loading