summaryrefslogtreecommitdiff
path: root/test/binaryen.js/sideffects.js
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2023-11-30 11:52:57 -0800
committerGitHub <noreply@github.com>2023-11-30 11:52:57 -0800
commita191d66fce93829e7365f7f2f4be2799c62a1ee4 (patch)
tree82e1767542f4eda786928b1681774df238e588c3 /test/binaryen.js/sideffects.js
parent71b9cc0b50b119988b7ad3a5f5d2feec4d6c4a95 (diff)
downloadbinaryen-a191d66fce93829e7365f7f2f4be2799c62a1ee4.tar.gz
binaryen-a191d66fce93829e7365f7f2f4be2799c62a1ee4.tar.bz2
binaryen-a191d66fce93829e7365f7f2f4be2799c62a1ee4.zip
wasm-metadce: Improve name deduplication (#6138)
Avoid adding suffixes when we don't need them to keep names unique. As background, the suffixes are not used by emcc at all, so they are just for internal use in the tool. How that works is that metadce gets as input the list of things the user cares about, with names for them, so it knows the proper names to give imports and exports, and makes up names for other things. Those made up names will not be read by the user, so we can make them prettier as this PR does without breaking anything. The main benefit of this PR is to make debugging easier.
Diffstat (limited to 'test/binaryen.js/sideffects.js')
0 files changed, 0 insertions, 0 deletions