Commits
User selector
Commit History
Commits on Nov 9, 2020
Split config file handling out of shared.py. NFC. (#12699)
Show description for 13535caauthoredFix closure error messages (#12726)
Show description for 980c077authored
Commits on Nov 7, 2020
Don't pass C/C++ flags when compiling assembly files (#12705)
Show description for 511bd90authored
Commits on Nov 6, 2020
Avoid temp files in compile-only mode (#12710)
Show description for 96c6cb7authored
Commits on Nov 5, 2020
WASM2JS is currently not compatible with STANDALONE_WASM (#12713)
Show description for 0b6f01cauthoredInitial support for --post-link on output of wasi-sdk (#12694)
Show description for cc8a324authored- authored
- authored
Commits on Nov 4, 2020
Remove code duplication. NFC. (#12556)
Show description for 2c0021eauthored- authored
Commits on Nov 3, 2020
Split out post-link code in emcc and make it independently runnable (#12640)
Show description for cbf5919authored
Commits on Nov 2, 2020
Factor out CFLAG calculations in emcc.py. NFC. (#12677)
Show description for 4354fa2authoredHandle different input and output files in emscripten.py. NFC. (#12651)
Show description for 6ae926cauthored
Commits on Oct 31, 2020
Add --compiler-wrapper command line flag (#12662)
Show description for 693c656authored
Commits on Oct 30, 2020
Fix MODULARIZE with sync compilation (#12650)
Show description for 699996cauthoredRemove enormous try/finally in emcc.py. NFC. (#12641)
Show description for ad57e2dauthoredAllow linking with -lSDL2_mixer to work properly (#12633)
Show description for 7858fccauthoredStop exporting `__data_end` by default (#12646)
Show description for 76b86e0authoredMove total time reporting outside of `run`. NFC. (#12642)
Show description for c6a56a2authored
Commits on Oct 29, 2020
Switch to llvm's PIC ABI for relocatable code (#12461)
Show description for 16d0187authoredMove emscripten_stack_get_base/end into native code (#12615)
Show description for 3f7d8eeauthoredFix `-s EMSCRIPTEN_METADATA` in standalone mode (#12632)
Show description for 23cda91authored
Commits on Oct 28, 2020
Remove python2 support. NFC. (#12610)
Show description for 7c2d093authoredStart passing --zero-filled-memory to wasm-opt (#12548)
Show description for c6812e9authored
Commits on Oct 27, 2020
- authored
Add `--oformat` flag to explictly control output format (#12598)
Show description for a54a3a6authoredMinor refactor of `-s` command line parsing. NFC. (#12607)
Show description for 2baeb27authored
Commits on Oct 26, 2020
Imply MODULARIZE when EXPORT_ES6 is set (#12530)
Show description for bda996bauthored
Commits on Oct 23, 2020
Make ASSERTIONS=2 imply STACK_OVERFLOW_CHECK=2 (#12579)
Show description for dab2333authored
Commits on Oct 21, 2020
Error out if wasm2js and dynamic linking are used together (#12564)
Show description for 2444983authored
Commits on Oct 14, 2020
Allow --argument=foo as well as --argument foo (#12512)
Show description for 72cd886authored