summaryrefslogtreecommitdiff
path: root/test/reg_switch.wast
Commit message (Collapse)AuthorAgeFilesLines
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-1/+1
| | | | | | | | In wast files, the spec and WABT require imports to appear before any non-import definitions (see also https://github.com/WebAssembly/wabt/issues/152). This patch re-orders visitModule in the wast printer to meet this requirement, and more or less match the order of the binary sections. Also remove extraneous whitespace around table definitions.
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
| | | | | Otherwise when we export it as "$0" it's an undefined name. The spec interpreter actually rejects this, although I think it's intended to work, given the tests in export.wast. wabt also accepts it.
* wast function type name desugaring is changing in spec:301 (#654)Alon Zakai2016-07-281-1/+2
|
* test fixesAlon Zakai2016-05-131-2/+2
|
* Fix BreakSeeker for switch default targets. (#447)Michael Bebenita2016-05-061-0/+13