forked from bytecodealliance/wasm-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old syntax for core wasm instructions
Long ago instructions like `get_local` were renamed to `local.get` along with a number of other instructions. The `wast` crate has for quite some time supported parsing the old forms but `wasmprinter` has always printed out the most "up to date" forms. This commit goes through and deletes the parsing support for all the old forms, meaning that it's now an error to use such syntax. Closes bytecodealliance#1164
- Loading branch information
1 parent
8daf745
commit a57e654
Showing
1 changed file
with
43 additions
and
43 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