summaryrefslogtreecommitdiff
path: root/src/tools/wasm-merge.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
wasm-merge tool: combines two wasm files into a larger one, handling collisions, and aware of the dynamic linking conventions. it does not do full static linking, but may eventually.