Commits
User selector
Commit History
Commits on Jul 12, 2023
Avoid use of JS `arguments` in export wrappers (#19830)
Show description for f38ebefauthored
Commits on Jun 21, 2023
Fix -sDETERMINISTIC under node >= 16 (#19663)
Show description for 4158554authored
Commits on May 23, 2023
Remove use of process.hrtime under node (#19415)
Show description for 84aa67eauthored
Commits on Feb 14, 2023
Commits on Oct 18, 2022
Remove checks for Module object. NFC (#18068)
Show description for 7b9747eauthored
Commits on Feb 15, 2022
Consistent use of `typeof` operator in JS library code. NFC (#16261)
Show description for 1ebd4c8authored
Commits on Jan 8, 2022
Extend usage of ES6 arrow functions and default params. NFC (#15758)
Show description for c0f1058authored
Commits on Sep 2, 2020
Remove DYNAMICTOP_PTR (#12057)
Show description for 0882510authored
Commits on Jul 28, 2020
Test DETERMINISTIC mode (#11647)
Show description for 4644c95authored
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6authored
Commits on Jan 14, 2019
Perform JS static allocations at compile time (#7850)
Show description for d9529aeauthored
Commits on Sep 21, 2018
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 Jun 29, 2016
Commits on May 16, 2016
Commits on Feb 21, 2015
Commits on Feb 20, 2015
Commits on Jun 11, 2014
- committed
Loading