Commits
User selector
Commit History
Commits on Jan 19, 2023
Remove unused EMSCRIPTEN_GENERATED_FUNCTIONS. NFC (#18556)
Show description for d35f65eauthored
Commits on Mar 21, 2022
Remove unneeded Configuration class from shared.py. NFC (#16543)
Show description for 500d826authored
Commits on Jan 13, 2022
Commits on Dec 4, 2021
Be consistent about how we add the emscripten root to `sys.path`. NFC (#15704)
Show description for a2f2e1bauthored
Commits on Aug 20, 2021
Make use of pathlib.Path when dealing with paths within emscripten. NFC (#14916)
Show description for d8ec08aauthored
Commits on Jun 21, 2021
Move file utils to utils.py. NFC. (#14500)
Show description for 4ce0466authored
Commits on Jun 16, 2021
Commits on Apr 23, 2021
Make toolchain profiler start/exit automatic. NFC (#13985)
Show description for 9d1952cauthoredAllow `profile_block` to be used as a decorator. NFC (#13975)
Show description for 723fa4fauthored
Commits on Apr 22, 2021
Remove some workarounds for Python 2. NFC (#13882)
Show description for 54543a0authored
Commits on Apr 6, 2021
Use python3-style class decls. NFC. (#13821)
Show description for 98710ecauthored
Commits on Mar 31, 2021
No system lib multiprocessing (#13493)
Show description for 19957abauthored
Commits on Mar 10, 2021
Remove the no-longer-used js-optimizer.js and the Uglify dependency it had. NFC (#13639)
Show description for fba8200authoredRewrite MinifyGlobals from Uglify to Acorn (#13636)
Show description for cae0cb7authored
Commits on Mar 8, 2021
Rewrite MinifyLocals from Uglify to Acorn. NFC (#13621)
Show description for aa66f92authored
Commits on Nov 9, 2020
Split config file handling out of shared.py. NFC. (#12699)
Show description for 13535caauthored
Commits on Oct 28, 2020
Remove python2 support. NFC. (#12610)
Show description for 7c2d093authored
Commits on Sep 16, 2020
Commits on Sep 10, 2020
Commits on Sep 8, 2020
Remove the asmjs native optimizer (#12131)
Show description for 8c6ab93authored
Commits on Aug 24, 2020
Cleanup JavaScript compiler tools. NFC. (#12013)
Show description for 220136bauthored
Commits on Aug 19, 2020
Remove WASM_BACKEND usage in js_optimizer, shared, update_symbols (#11968)
Show description for 1950006authoredRemove fastcomp-only DEAD_FUNCTIONS option. (#11966)
Show description for 7ba7700authored
Commits on Jun 15, 2020
Remove js_engine arg from js_optimizer.py. NFC. (#11412)
Show description for 082cc56authored
Commits on Jun 4, 2020
Move singleton class shared.Building into its own file. NFC. (#11323)
Show description for d976153authored
Commits on Apr 20, 2020
Remove ambiguous CLANG variable and rename CLANG_CPP to CLANG_CXX (#10961)
Show description for 2470230authored
Commits on Mar 17, 2020
Sort functions properly in wasm2js (#10685)
Show description for 56e11c6authored
Commits on Jan 31, 2020
Add a closure suppression only for fastcomp asm.js code (#10333)
Show description for e10c3c8authored
Commits on Jul 30, 2019
Closure externs and annotations (#8990)
Show description for 18d0987authored
Commits on Jun 5, 2019
Fix pthreads + memory growth (#8745)
Show description for b5ad426authored
Commits on May 30, 2019
- authored
Fixed a typo (#8710)
Show description for a22cc8eauthored andcommitted
Commits on May 20, 2019
Fix temp file handling in js_optimizer (#8642)
Show description for 6fc6ec0authored
Commits on May 14, 2019
Commits on May 8, 2019
Remove OUTLINING_LIMIT (#8562)
Show description for 49d7717authored