summaryrefslogtreecommitdiff
path: root/src/asmjs/asmangle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support empty export names in wasm2js and JS mangling in general (#2290)Alon Zakai2019-08-091-0/+6
|
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-75/+21
| | | Mass change to apply clang-format to everything. We are applying this in a PR by me so the (git) blame is all mine ;) but @aheejin did all the work to get clang-format set up and all the manual work to tidy up some things to make the output nicer in #2048
* Improve name mangling of asm.js identifiers (#1433)Daniel Wirtz2018-02-211-0/+252
Also refactors mangling to its own file so it can be reused by generators and consumers, i.e., where it is important to know that an import must be named 'switch_' where it otherwise would be 'switch'. * Update tests and JS dist files