| Commit message (Expand) | Author | Age | Files | Lines |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -48/+48 |
* | Update call_indirect text syntax to match spec update (#1281) | Derek Schuff | 2017-11-13 | 1 | -2/+2 |
* | Return to more structured type rules for block and if (#1148) | Alon Zakai | 2017-09-05 | 1 | -1/+3 |
* | emit an unreachable if an unreachable block context does not end in an unreac... | Alon Zakai | 2017-08-05 | 1 | -0/+12 |
* | Support new result syntax for if/loop/block (#1047) | Sam Clegg | 2017-06-12 | 1 | -8/+8 |
* | fix emitting of unreachable ifs (#944) | Alon Zakai | 2017-03-14 | 1 | -0/+12 |
* | Fix emitting of unreachable block/if/loop (#911) | Alon Zakai | 2017-02-16 | 1 | -0/+78 |
* | Change print order of top-level module components (#751) | Derek Schuff | 2016-10-07 | 1 | -3/+3 |
* | Update i64 stores for 0xc (#731) | jgravelle-google | 2016-10-04 | 1 | -0/+7 |
* | Print the name of memory along with size (#720) | Derek Schuff | 2016-09-28 | 1 | -1/+1 |
* | fix signed int64 LEB bug with large negative values (#719) | Alon Zakai | 2016-09-28 | 1 | -0/+4 |
* | Update binary encoding for block, loop, and if signatures (#711) | Derek Schuff | 2016-09-27 | 1 | -1/+1 |
* | block signatures | Alon Zakai | 2016-09-16 | 1 | -7/+7 |
* | call_import changes: no more call_import, shared index space with functions | Alon Zakai | 2016-09-16 | 1 | -2/+2 |
* | new export syntax in spec repo | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
* | new import syntax in spec repo | Alon Zakai | 2016-09-07 | 1 | -3/+3 |
* | loops no longer have an out label and other upstream loop updates | Alon Zakai | 2016-09-07 | 1 | -5/+5 |
* | call_indirect now has the target at the end | Alon Zakai | 2016-09-07 | 1 | -2/+2 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -20/+44 |
* | offset support in table | Alon Zakai | 2016-08-15 | 1 | -1/+1 |
* | support function table initial and max sizes, and new printing format | Alon Zakai | 2016-08-12 | 1 | -1/+2 |
* | support expressions in segment offsets | Alon Zakai | 2016-08-12 | 1 | -3/+2 |
* | wast function type name desugaring is changing in spec:301 (#654) | Alon Zakai | 2016-07-28 | 1 | -21/+25 |
* | don't emit extra unnecessary blocks for loops in binary format (#523) | Alon Zakai | 2016-05-17 | 1 | -0/+6 |
* | Fixes typo in hex number parsing in asm2wasm. (#362) | Yury Delendik | 2016-04-18 | 1 | -0/+9 |
* | br_table, no more cases | Alon Zakai | 2016-03-07 | 1 | -52/+55 |
* | update select changes in spec | Alon Zakai | 2016-03-02 | 1 | -1/+1 |
* | do not print alignment if it is the implicit default, which is the number of ... | Alon Zakai | 2016-02-20 | 1 | -6/+6 |
* | Fix select | JF Bastien | 2016-02-05 | 1 | -4/+4 |
* | Write each memory segment on its own line | JF Bastien | 2016-01-27 | 1 | -1/+3 |
* | refactor FunctionType to always be accessed from the Module's central store, ... | Alon Zakai | 2016-01-11 | 1 | -0/+3 |
* | fix parsing error in s-parser with functions with just a block and then more ... | Alon Zakai | 2016-01-05 | 1 | -0/+7 |
* | fix s-parser handling of memory segments with 0s | Alon Zakai | 2015-12-23 | 1 | -1/+2 |
* | update tests | Alon Zakai | 2015-12-18 | 1 | -12/+12 |
* | fix unit.asm.js testcase, table contained a method of the wrong type | Alon Zakai | 2015-12-07 | 1 | -1/+13 |
* | be very careful when converting doubles to ints in asm2wasm | Alon Zakai | 2015-11-28 | 1 | -1/+11 |
* | fix testcase | Alon Zakai | 2015-11-22 | 1 | -0/+1 |
* | fix case printing | Alon Zakai | 2015-11-22 | 1 | -11/+11 |
* | handle indirect calls with floats | Alon Zakai | 2015-11-21 | 1 | -3/+16 |
* | handle -f32 | Alon Zakai | 2015-11-21 | 1 | -0/+8 |
* | clean up import double space | Alon Zakai | 2015-11-21 | 1 | -2/+2 |
* | clean up br printing | Alon Zakai | 2015-11-21 | 1 | -18/+9 |
* | update tests | Alon Zakai | 2015-11-21 | 1 | -2/+10 |
* | add test | Alon Zakai | 2015-11-20 | 1 | -0/+6 |
* | use labels on switches in asm2wasm | Alon Zakai | 2015-11-18 | 1 | -0/+38 |
* | update test | Alon Zakai | 2015-11-18 | 1 | -2/+10 |
* | update tests | Alon Zakai | 2015-11-18 | 1 | -0/+28 |
* | handle negative zero properly in asm2wasm | Alon Zakai | 2015-11-18 | 1 | -3/+4 |
* | fround improvements | Alon Zakai | 2015-11-17 | 1 | -0/+14 |
* | do asm2wasm f64 to i32 conversions in js, so we do not fault, as asm.js expects | Alon Zakai | 2015-11-17 | 1 | -1/+2 |