Skip to content

Conversation

tlively
Copy link
Member

@tlively tlively commented Sep 13, 2025

Also print exact references as inexact references. This prints modules
using custom descriptors as if they were not using custom descriptors,
making it easier to identify optimization regressions by diffing modules
before and after enabling custom descriptors.

Also print exact references as inexact references. This prints modules
using custom descriptors as if they were not using custom descriptors,
making it easier to identify optimization regressions by diffing modules
before and after enabling custom descriptors.
@tlively tlively marked this pull request as draft September 13, 2025 00:22
@tlively
Copy link
Member Author

tlively commented Sep 13, 2025

cc @kripken in case this is useful for you. This is especially helpful in combination with -g --preserve-type-order. You can also use this command to remove numerical type names Binaryen emits, since differences in the numbers names are not typically interesting: sed -i 's/\$[0-9]\+/\$/g' disassembled.wast

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant