Commits
User selector
Commit History
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
Commits on Oct 1, 2020
Simply handling of exported native globals (namedGlobals) (#12371)
Show description for 66d7b8cauthored
Commits on Sep 29, 2020
Remove GLOBAL_BASE runtime variable (#12362)
Show description for fd0d93dauthoredRemove fb and gb dynamic linking globals (#12364)
Show description for c41faceauthoredRemove builtin primitive concept from jsifier (#12354)
Show description for fcb8d58authored
Commits on Sep 28, 2020
Remove old reference to _llvm_global_ctors. NFC. (#12358)
Show description for 1130cd5authored
Commits on Sep 23, 2020
Export table from wasm module by default (#12296)
Show description for ead3f8dauthored
Commits on Sep 22, 2020
Commits on Sep 21, 2020
Add ASYNCIFY_ADVISE to log instrumented functions (#12146)
Show description for a504058authored