binaryen
binaryen copied to clipboard
Use explicit names for elements creating using `Builder::make_` methods
In all the cases I could find the make_xx helper method were called with meaningful names that are useful in the name section.
See #6496 and #6806
Turns out this change isn't so simple. Marking as WIP for now.