Commits
User selector
Commit History
Commits on Jun 21, 2021
Move file utils to utils.py. NFC. (#14500)
Show description for 4ce0466authored
Commits on Jun 16, 2021
Commits on May 30, 2021
Commits on Sep 11, 2020
Commits on Sep 10, 2020
Remove JS ctor_evaller (#12144)
Show description for 59296fdauthored
Commits on Sep 2, 2020
Remove DYNAMICTOP_PTR (#12057)
Show description for 0882510authored
Commits on Aug 19, 2020
Remove WASM_BACKEND usage in building, cache, ctor_evaller, gen_struct_info (#11969)
Show description for b8fd9a0authored
Commits on Jul 8, 2020
Remove use of shared.timeout_run from the test suite (#11574)
Show description for dc2fe45authored
Commits on Jun 15, 2020
Move runjs into tests directory (#11410)
Show description for cf93625authored
Commits on Jun 4, 2020
Move singleton class shared.Building into its own file. NFC. (#11323)
Show description for d976153authored
Commits on Jun 3, 2020
Remove redundant emscripten.get_configuration function. NFC. (#11324)
Show description for f329e61authored
Commits on Oct 10, 2019
Commits on Apr 9, 2019
Commits on Jan 18, 2019
kripken/emscripten => emscripten-core/emscripten (#7880)
Show description for aae3002authored
Commits on Nov 8, 2018
Commits on Nov 6, 2018
Fix EVAL_CTORS with wasm backend (#7458)
Show description for 2a198cbauthored
Commits on Sep 14, 2018
Commits on Jul 2, 2018
Use implict truthyness of len(). NFC. (#6771)
Show description for 4e20b64authored
Commits on Mar 22, 2018
ctor-eval fixes for wasm (#6356)
Show description for e1ec896authored
Commits on Dec 5, 2017
Use subprocess.run + universal_newlines=True (#5843)
Show description for 38eb898authored andcommitted
Commits on Nov 14, 2017
- authored andcommitted
Commits on Nov 9, 2017
- authored andcommitted
Commits on Oct 24, 2017
Python 3 compatibility: Use relative imports (#5690)
Show description for 52eb895authored andcommitted
Commits on Oct 18, 2017
- authored andcommitted
- authored andcommitted
Commits on Jul 24, 2017
Fix partial ctor removal in wasm ctor evalling (#5395)
Show description for e11e374authored
Commits on Jul 19, 2017
Commits on May 10, 2017
use the binaryen ctor-eval tool for wasm instead of the js-based one (#5194)
Show description for c2f4e65authored
Commits on Sep 27, 2016
Commits on Aug 22, 2016
- committed
- committed
Remove 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