-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish implementing the extended name section proposal (#298)
* begin implementing extended name section * add element and data names * Remove extended name feature * Print out names in the custom name maps This commit updates wasmprinter to consult the name section for not only function/local names but all the other names which are now parsed in the name section as well. * Implement the extended name section proposal in `wast` * Print labels for blocks as well This recognizes labels in the custom name section when printing wasm modules and attempts to print the labels. This doesn't yet print the symbolic name on the `br` or related instructions, but it at least prints the name on the label instruction itself. * Fix a test with custom section orderings * Remove a stray feature Co-authored-by: Sam Sartor <[email protected]>
- Loading branch information
1 parent
633b624
commit 0486fb4
Showing
24 changed files
with
715 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.