forked from bytecodealliance/wasm-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for proposed select instruction with types * Overhaul parsing of element segments Lots of changes in the upstream bulk memory proposal, so let's reflect the changes here as well: * Encoding has entirely changed with respect to the flags field * There's wonkiness to work around when dealing with reference tests coming from wabt * Tidbits of new syntax and ways to parse element segments. * Update the `wabt` submodule and tests Add a few ignore tests which are a bit too onerous to get working right now. * Make it a parse error to have multiple start sections
- Loading branch information
1 parent
90cd0e1
commit 723ab9a
Showing
8 changed files
with
238 additions
and
94 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.