Commits
User selector
Commit History
Commits on Jul 6, 2023
Update documentation on emscripten config file (#19799)
Show description for 63e018fauthoredMark LLVM_ADD_VERSION and CLANG_ADD_VERSION as legacy environment variables. (#19798)
Show description for 61b1e83authored
Commits on Jun 14, 2023
Commits on Jun 1, 2023
Refactor import-time code tools/config.py and shared.py. NFC (#19491)
Show description for a1ad64cauthored
Commits on Dec 8, 2022
Allow emscripten to be run without a config file (#18344)
Show description for 31dd14aauthoredSearch for binaryen/node/llvm in path if config values not specified. (#18289)
Show description for 85953d6authored
Commits on Dec 2, 2022
Replace use of llvm-dis as the guessed location for LLVM root (#18310)
Show description for ae2f8d8authored
Commits on Nov 30, 2022
Remove EMSCRIPTEN_ROOT from config file (#18279)
Show description for 71ee39fauthored
Commits on Nov 14, 2022
Python typing support, part 2 (#18196)
Show description for dd6774aauthored
Commits on Oct 19, 2022
Support different node flags for different versions of node. (#18070)
Show description for 3958ea8authoredRemove unused JS_ENGINE from emscripten config. NFC (#18073)
Show description for e152b94authored
Commits on Oct 4, 2022
Commits on Aug 23, 2022
Remove redundant NODE_JS check. NFC (#17715)
Show description for 47bac2dauthored
Commits on Aug 19, 2022
Commits on Jul 8, 2022
- committed
Commits on Jun 1, 2022
Commits on Apr 20, 2022
Remove @no_wasm_backend test decorator. NFC (#16747)
Show description for 659c041authored
Commits on Feb 23, 2022
Remove the "first use generates config file" magic (#13962)
Show description for 6298bd0authored
Commits on Jan 13, 2022
Rename tools/settings_template.py -> tools/config_template.py. NFC (#15995)
Show description for cc0a258authored
Commits on Sep 16, 2021
Limit usage of JAVA config setting. NFC (#15056)
Show description for 8770a96authored
Commits on Sep 9, 2021
Fix specifying CLOSURE_COMPILER in config settings (#15008)
Show description for 4f81af7authored
Commits on Aug 31, 2021
Ensure logging gets configured early on. NFC (#14979)
Show description for 14d9659authoredReduce legacy environment variable warning to debug message (#14968)
Show description for 3a77d6cauthored
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 28, 2021
Reinstate --cache flag in its original form (#14039)
Show description for daf2133authored
Commits on Apr 27, 2021
Restore support for --cache command line flag (#13954)
Show description for a3609deauthored
Commits on Apr 16, 2021
Cleanup default generated config file (#13922)
Show description for 87a7b63authored
Commits on Apr 10, 2021
Fully remove support for inline EM_CONFIG without a file (#13855)
Show description for 64e7f87authored
Commits on Jan 29, 2021
Avoid writing even sanity.txt if FROZEN_CACHE is enabled (#13316)
Show description for e74e0afauthored
Commits on Jan 5, 2021
Prefer `node` over `nodejs` in PATH. (#13120)
Show description for 6976432authored
Commits on Nov 10, 2020
Ensure EM_CONFIG is set before config parsing (#12751)
Show description for 590bb31authored
Commits on Nov 9, 2020
Split config file handling out of shared.py. NFC. (#12699)
Show description for 13535caauthored
Loading