Commits
User selector
Commit History
Commits on Mar 21, 2020
Add warning when running with python2
Show description for e635f66committedFix windows .bat launchers (#10743)
Show description for 3e52dccauthored
Commits on Mar 20, 2020
Remove python_selector.py in favor of run_python.sh (#10729)
Show description for d5c77b0authored- authored
Commits on Mar 19, 2020
Cleanup windows code in colored_logger.py (#10734)
Show description for a1bd8e9authoredAdd controllable warning about use of legacy settings. (#10615)
Show description for 494541aauthoredUse clang's default c++ version (#10723)
Show description for 4d99365authoredClear out asm assignments in minimal runtime metadce (#10725)
Show description for 96a4a90authoredProperly metadce wasm exports in minimal runtime with asm = without var (#10724)
Show description for fac1991authoredDon't use -noexcept for DISABLE_EXCEPTION_CATCHING=2 (#10720)
Show description for 0b1272cauthored- authored
Commits on Mar 18, 2020
Commits on Mar 17, 2020
Sort functions properly in wasm2js (#10685)
Show description for 56e11c6authoredProperly handle metadce of MINIMAL_RUNTIME exports (#10663)
Show description for afba0e5authoredSDL2: don't remove SDL2_* ports on build (#10688)
Show description for 4b6eba9authored
Commits on Mar 13, 2020
- authored
Minor js optimizer cleanups (#10686)
Show description for 25efa98authoredAssert we do not call a local in minification (#10691)
Show description for 4217061authored
Commits on Mar 12, 2020
Debug Info: Remove -gforce_dwarf, use -g normally like a native compiler (#10509)
Show description for ee92094authored
Commits on Mar 11, 2020
Fix a wasm2js minification bug with localNames being for the whole set of functions (#10682)
Show description for 237082eauthored
Commits on Mar 10, 2020
memset() refactoring (#10656)
Show description for 88619eaauthored
Commits on Mar 7, 2020
Use bzip2 from an emscripten-ports mirror (#10662)
Show description for a1153bdauthored
Commits on Mar 4, 2020
Revert "Use utf-8 encoding by default for all subprocess communication. (#10558)" (#10639)
Show description for fd3eaf5authored
Commits on Mar 3, 2020
Commits on Mar 2, 2020
Make can_build/can_use respect class hierarchy (#10609)
Show description for c59cbb0authoredRefactor WarningManager. NFC. (#10614)
Show description for 9e9fc3bauthoredEscape single quotes writing response files (#10625)
Show description for a69cbd8authored
Commits on Feb 27, 2020
Move musl internal lock functions from JS to C (#10590)
Show description for f7853eeauthored
Commits on Feb 26, 2020
More WASI time support (#10530)
Show description for 0eab8e3authoredfastcomp: error on unrecognised linker inputs (#10569)
Show description for 757fc98authoredRename TOTAL_MEMORY to INITIAL_MEMORY and WASM_MEM_MAX to MAXIMUM_MEMORY (#10566)
Show description for 52bb1ffauthored-gside option: emit DWARF in a wasm on the side (#10568)
Show description for 4a15aedauthoredFix some failing LTO tests (#10562)
Show description for 477709dauthored
Commits on Feb 25, 2020
sysconf() support in standalone mode (#10535)
Show description for 201873aauthored- authored