summaryrefslogtreecommitdiff
path: root/src/tools/wasm-merge.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-1/+3
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-1/+1
* wasm-merge: Check that the types of imports and exports match (#6437)Jérôme Vouillon2024-03-271-0/+108
* Add sourcemap support to wasm-metadce and wasm-merge (#6372)Jérôme Vouillon2024-03-061-2/+47
* wasm-merge: Sort globals to ensure proper validation (#6221)Alon Zakai2024-01-111-5/+9
* Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)Heejin Ahn2023-12-141-3/+0
* [NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)Alon Zakai2023-08-021-0/+1
* wasm-merge: Fix locals in merged start (#5837)Alon Zakai2023-07-261-12/+14
* wasm-merge: Error on import loops (#5820)Alon Zakai2023-07-171-6/+10
* [wasm-merge] Handle chains of import/export (#5813)Jérôme Vouillon2023-07-171-1/+16
* Reintroduce wasm-merge (#5709)Alon Zakai2023-05-161-0/+588
* Delete wasm-merge (#1969)Thomas Lively2019-03-291-672/+0
* Require unique_ptr to Module::addFunctionType() (#1672)Paweł Bylica2019-01-101-1/+1
* Massive renaming (#1855)Thomas Lively2019-01-071-1/+1
* Rename tableBase/memoryBase to __table_base/__memory_base (#1731)Sam Clegg2018-11-081-2/+2
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-78/+90
* Fix read-write of dylink section (#1648)Alon Zakai2018-08-311-1/+1
* 'std::string &' => 'std::string& ' (#1403)Alon Zakai2018-02-051-2/+2
* support fixed (non-relocatable) segments in wasm-merge. also a few printing f...Alon Zakai2017-12-051-7/+27
* Restrict validation output to just validation errors in the API (#1253)Daniel Wirtz2017-11-011-0/+1
* Improve and enable inlining pass (#966)Alon Zakai2017-08-071-1/+1
* Fix typo in --finalize-table-base short name to -ftb (#972)Wink Saville2017-04-191-1/+1
* wasm-merge tool (#919)Alon Zakai2017-04-171-0/+639