| Commit message (Expand) | Author | Age | Files | Lines |
* | new validation checks for upcoming spec tests | Alon Zakai | 2016-09-07 | 1 | -1/+2 |
* | additional parsing support for new spec things | Alon Zakai | 2016-09-07 | 1 | -22/+74 |
* | new export syntax in spec repo | Alon Zakai | 2016-09-07 | 1 | -3/+20 |
* | new import syntax in spec repo | Alon Zakai | 2016-09-07 | 1 | -8/+27 |
* | use globals in asm2wasm | Alon Zakai | 2016-09-07 | 1 | -4/+11 |
* | get_global and set_global use a Name instead of an Index, to be more consiste... | Alon Zakai | 2016-09-07 | 1 | -17/+5 |
* | import type for globals | Alon Zakai | 2016-09-07 | 1 | -2/+4 |
* | import kinds | Alon Zakai | 2016-09-07 | 1 | -21/+37 |
* | export kinds | Alon Zakai | 2016-09-07 | 1 | -7/+21 |
* | support (data .. ..), separate strings in a data() | Alon Zakai | 2016-09-07 | 1 | -7/+7 |
* | SetGlobal should not return a value | Alon Zakai | 2016-09-07 | 1 | -1/+0 |
* | some additional validations | Alon Zakai | 2016-09-07 | 1 | -0/+5 |
* | support (memory (data ..)) notation | Alon Zakai | 2016-09-07 | 1 | -2/+15 |
* | parse s-expression quoted strings more carefully | Alon Zakai | 2016-09-07 | 1 | -6/+12 |
* | throw a parse error on bad result arities | Alon Zakai | 2016-09-07 | 1 | -1/+4 |
* | loops no longer have an out label and other upstream loop updates | Alon Zakai | 2016-09-07 | 1 | -8/+12 |
* | call_indirect now has the target at the end | Alon Zakai | 2016-09-07 | 1 | -7/+7 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -4/+23 |
* | make sure to create unique implicit block names in s-parser | Alon Zakai | 2016-09-07 | 1 | -1/+5 |
* | offset support in table | Alon Zakai | 2016-08-15 | 1 | -4/+14 |
* | support function table initial and max sizes, and new printing format | Alon Zakai | 2016-08-12 | 1 | -1/+24 |
* | support expressions in segment offsets | Alon Zakai | 2016-08-12 | 1 | -5/+27 |
* | wast function type name desugaring is changing in spec:301 (#654) | Alon Zakai | 2016-07-28 | 1 | -10/+43 |
* | Fix trailing whitespace, single-character strings, checking map element prese... | Dominic Chen | 2016-07-22 | 1 | -1/+1 |
* | support wasm globals (#650) | Alon Zakai | 2016-07-21 | 1 | -3/+56 |
* | update spec tests, and handle some flux in call_indirect in upstream | Alon Zakai | 2016-07-06 | 1 | -0/+8 |
* | add parse error on array misindexing | Alon Zakai | 2016-07-05 | 1 | -0/+1 |
* | add shared-constants.h for wasm constants | Alon Zakai | 2016-06-26 | 1 | -1/+2 |
* | fix an assert to a proper error, in bad func decls | Alon Zakai | 2016-06-17 | 1 | -1/+1 |
* | handle breaks to the function's implicit block scope (#573) | Alon Zakai | 2016-06-06 | 1 | -7/+23 |
* | if we start to parse an s-string and find it empty, that is invalid #570 (#571) | Alon Zakai | 2016-06-04 | 1 | -0/+1 |
* | make call_indirect type a name, so that it is not a dependency on the module,... | Alon Zakai | 2016-06-03 | 1 | -4/+4 |
* | check function types in s-parsing | Alon Zakai | 2016-06-03 | 1 | -1/+2 |
* | improve some parsing error texts | Alon Zakai | 2016-06-03 | 1 | -1/+1 |
* | check locals in s-parser | Alon Zakai | 2016-06-03 | 1 | -2/+8 |
* | invalid break labels are parse errors | Alon Zakai | 2016-06-01 | 1 | -3/+2 |
* | show a parse error for empty stack | Alon Zakai | 2016-05-24 | 1 | -1/+1 |
* | in makeMaybeBlock, alloc a nop if there is nothing | Alon Zakai | 2016-05-20 | 1 | -0/+1 |
* | fix loop s-parsing | Alon Zakai | 2016-05-20 | 1 | -2/+2 |
* | be more careful with checking total memory limit on 64-bit | Alon Zakai | 2016-05-18 | 1 | -2/+3 |
* | use separate internal opcodes for binary variants | Alon Zakai | 2016-05-18 | 1 | -25/+28 |
* | use separate internal opcodes for unary variants | Alon Zakai | 2016-05-18 | 1 | -22/+33 |
* | spec test updates, and many validation fixes | Alon Zakai | 2016-05-18 | 1 | -15/+62 |
* | support new syntactic sugar of export names on functions | Alon Zakai | 2016-05-13 | 1 | -4/+19 |
* | do not error on s-expr comments starting in strings | Alon Zakai | 2016-05-13 | 1 | -1/+1 |
* | add line and col info in s-parsing errors, and fix an small bug made noticeab... | Alon Zakai | 2016-05-13 | 1 | -9/+28 |
* | parse error details | Alon Zakai | 2016-05-12 | 1 | -14/+14 |
* | use exceptions consistently to report input errors | Alon Zakai | 2016-05-12 | 1 | -20/+16 |
* | allow error handling in binary parsing | Alon Zakai | 2016-05-09 | 1 | -1/+1 |
* | parse binary modules encoded in wasts that arrive in pieces | Alon Zakai | 2016-05-09 | 1 | -8/+9 |