summaryrefslogtreecommitdiff
path: root/test/empty_table.wast.from-wast
Commit message (Collapse)AuthorAgeFilesLines
* use a single space for pretty printing of wasts, so massive wasts are less ↵Alon Zakai2017-03-091-2/+2
| | | | unruly (#928)
* Fix emitting of unreachable block/if/loop (#911)Alon Zakai2017-02-161-0/+4
* an unreachable block is one with an unreachable child, plus no breaks * document new difference between binaryen IR and wasm * fix relooper missing finalize * add a bunch of tests * don't assume that test/*.wast files print to themselves exactly; print to from.wast. this allows wast tests with comments in them * emit unreachable blocks as (block .. unreachable) unreachable * if without else and unreachable ifTrue is still not unreachable, it should be none * update wasm.js * cleanups * empty blocks have none type