Commits
User selector
Commit History
Commits on Feb 3, 2021
Minor cleanup of tempfiles.py. NFC. (#13405)
Show description for 121348aauthored
Commits on Jan 29, 2021
Use <<< >>> as late-replacement pattern for MINIMAL_RUNTIME. NFC (#13381)
Show description for ee11dccauthored
Commits on Jan 27, 2021
Build cached items directly to expected locations. NFC. (#13329)
Show description for c5fc4f2authoredRestore the dynCall() and dynCall_sig() API into the build (#13296)
Show description for 7ff719cauthored
Commits on Jan 15, 2021
Remove need to `getQuoted` by using seperate template pattern (#13265)
Show description for 72d6ae3authoredSimplify handling of forwarded JS compiler metadata. NFC. (#13264)
Show description for 3307679authored
Commits on Jan 14, 2021
Avoid special replacements for STACK_BASE/STACK_MAX/HEAP_BASE (#13253)
Show description for a577171authored
Commits on Jan 9, 2021
Commits on Jan 8, 2021
Remove use of `initializer` metadata produced by finalize (#13213)
Show description for 5dc63ffauthored
Commits on Jan 6, 2021
SPLIT_MODULE with dynamic linking (#13070)
Show description for 0ec8cdaauthored
Commits on Nov 25, 2020
Remove minification from struct_info.json (#12881)
Show description for d995dfaauthored
Commits on Nov 18, 2020
Create memory in wasm binaryn by default (#12790)
Show description for c2462cdauthored
Commits on Nov 12, 2020
Commits on Nov 10, 2020
Report undefined symbols when only producing a wasm file (#12729)
Show description for 412bf20authored
Commits on Nov 5, 2020
- authored
Initial support for --post-link on output of wasi-sdk (#12694)
Show description for cc8a324authored
Commits on Nov 4, 2020
Don't expect finalize to modify wasm in standalone mode. NFC. (#12693)
Show description for 07f3db8authored
Commits on Nov 3, 2020
Only pass --global-base to finalize if needed. NFC. (#12692)
Show description for a3d791cauthored
Commits on Nov 2, 2020
Handle different input and output files in emscripten.py. NFC. (#12651)
Show description for 6ae926cauthored
Commits on Oct 30, 2020
Stop passing `--new-pic-abi` to wasm-emscripten-finalize (#12656)
Show description for 91967ecauthoredStop exporting `__data_end` by default (#12646)
Show description for 76b86e0authored
Commits on Oct 29, 2020
Read static data size from dylink section (#12643)
Show description for b0e2a5fauthoredSwitch 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 7c2d093authored
Commits on Oct 21, 2020
Fix mis-reporting of `undefined exported functions` on data symbols (#12573)
Show description for e3882c9authored
Commits on Oct 20, 2020
Remove legacy --mutable-sp flag to wasm-emscripten-finalize. NFC. (#12557)
Show description for a6a0a44authored
Commits on Oct 16, 2020
Use a mutable global as __stack_pointer in dynamic linking (#12536)
Show description for 13493fdauthoredRefactor setting of modify_wasm in RELOCATABLE mode. NFC. (#12534)
Show description for e05a75eauthored
Commits on Oct 13, 2020
Commits on Oct 12, 2020
Set memfile in single location (#12485)
Show description for bd8e5b5authoredRemove dead code in src/jsifier.js. NFC. (#12484)
Show description for c59a1b0authored
Commits on Oct 11, 2020
Don't run binaryen postprocessing for Emscripten EH/SjLj (#12399)
Show description for e179b57authored
Commits on Oct 10, 2020
Formatting cleanups for MINIMAL_RUNTIME output. NFC. (#12483)
Show description for a7f4f96authored