| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement bulk memory in the interpreter (#1074) | Ben Smith | 2019-05-07 | 3 | -8/+8 |
* | Proper encoding of passive element segments (#1066) | Ben Smith | 2019-04-18 | 3 | -4/+7 |
* | Rename anyfunc -> funcref; parse reference types (#1026) | Ben Smith | 2019-02-25 | 17 | -17/+17 |
* | Add support for the reference types proposal (#938) | Alex Crichton | 2019-02-14 | 3 | -2/+24 |
* | Add br_on_exn instruction (#1016) | Ben Smith | 2019-02-13 | 1 | -0/+28 |
* | Parse updated event text and binary format (#1014) | Ben Smith | 2019-02-12 | 5 | -11/+43 |
* | Rename exception -> event (#1013) | Ben Smith | 2019-02-11 | 2 | -6/+6 |
* | Remove the `if_except` instruction (#1009) | Ben Smith | 2019-02-10 | 2 | -69/+0 |
* | Rename {memory,table}.drop to {data,elem}.drop (#1000) | Alex Crichton | 2019-01-30 | 3 | -12/+12 |
* | The great renaming (#985) | Ben Smith | 2018-12-19 | 12 | -119/+119 |
* | Fold multi-value results properly (#984) | Ben Smith | 2018-12-18 | 1 | -0/+50 |
* | Combine param_binding and local_binding in IR (#969) | Ben Smith | 2018-12-04 | 2 | -7/+7 |
* | Add more tests for tail_call feature (#931) | Ben Smith | 2018-10-16 | 2 | -0/+63 |
* | Add more bulk memory tests; use vars for segments (#930) | Ben Smith | 2018-10-15 | 9 | -9/+100 |
* | Add bulk memory opcode definitions (#927) | Alex Crichton | 2018-10-12 | 1 | -0/+75 |
* | Fix: set_global on immutable global is invalid (#895) | Ben Smith | 2018-08-15 | 2 | -6/+6 |
* | Update spec tests; rename {grow,current}_memory (#849) | Ben Smith | 2018-05-27 | 1 | -2/+2 |
* | Read and write module names in the names section (#831) | Ben Smith | 2018-05-01 | 1 | -1/+1 |
* | WIP on support for level1 exception spec (#773) | Ben Smith | 2018-03-02 | 9 | -95/+135 |
* | Rename run args (#728) | Ben Smith | 2018-01-21 | 48 | -48/+48 |
* | Apply global names in imported globals, data, elem (#708) | Ben Smith | 2018-01-07 | 1 | -0/+23 |
* | Add WatWriter option for inline imports (#703) | Ben Smith | 2018-01-02 | 5 | -0/+67 |
* | Rename {wake,wait} -> atomic.{wake,wait} (#672) | Ben Smith | 2017-11-21 | 1 | -6/+6 |
* | Update testsuite; call_indirect has new syntax (#667) | Ben Smith | 2017-11-11 | 3 | -6/+6 |
* | Change shared memory text syntax (#661) | Ben Smith | 2017-10-26 | 1 | -2/+2 |
* | Add `i{32,64}.wait` and `wake` operators (#646) | Ben Smith | 2017-10-05 | 1 | -0/+18 |
* | Validate that atomic accesses have shared memory (#641) | Ben Smith | 2017-09-27 | 1 | -2/+2 |
* | Add Atomic instructions (#633) | Ben Smith | 2017-09-20 | 1 | -0/+330 |
* | Generate $var names from import/export names (#614) | Ben Smith | 2017-09-07 | 7 | -12/+148 |
* | Add saturating float truncation operators (#573) | Ben Smith | 2017-08-16 | 4 | -4/+4 |
* | Remove BinaryErrorHandler, rename SourceErrorHandler (#553) | Ben Smith | 2017-07-06 | 1 | -1/+0 |
* | Add inline exports to wat-writer. (#550) | KarlSchimpf | 2017-07-05 | 1 | -0/+18 |
* | Fix inline export for multiple exported kinds (#548) | Ben Smith | 2017-07-04 | 1 | -0/+27 |
* | Fix handling of exception section. (#546) | KarlSchimpf | 2017-07-02 | 1 | -2/+1 |
* | Extend binary reader to handle exception constructs. (#545) | KarlSchimpf | 2017-07-01 | 3 | -0/+79 |
* | Fix bug in BinaryReaderIR w/ debug names (#499) | Ben Smith | 2017-06-13 | 1 | -0/+12 |
* | Update testsuite; various lexing/parsing fixes (#482) | Ben Smith | 2017-06-07 | 2 | -12/+12 |
* | Fix assert in wasm2wast with invalid br var (#469) | Ben Smith | 2017-06-02 | 1 | -0/+11 |
* | Add option to generate inline exports in wat-writer (#465) | Ben Smith | 2017-05-31 | 4 | -0/+45 |
* | Add support for folding expressions in wat-writer (#460) | Ben Smith | 2017-05-26 | 10 | -5/+546 |
* | Fix some binary reader bugs found by fuzzing (#261) | Ben Smith | 2016-12-27 | 1 | -0/+11 |
* | Convert tests to new flat syntax (#222) | Kwadwo 'Que' Amankwa | 2016-11-17 | 8 | -40/+68 |
* | Allow named imports in the names section | Ben Smith | 2016-11-11 | 2 | -0/+10 |
* | Fix most of the spec tests | Ben Smith | 2016-10-05 | 3 | -9/+5 |
* | fix displayed index when writing out wast files | Ben Smith | 2016-10-02 | 9 | -7/+74 |
* | fix roundtrip tests for binary_0xc | Ben Smith | 2016-09-29 | 6 | -41/+41 |
* | passes all tests | Ben Smith | 2016-09-29 | 1 | -1/+4 |
* | WIP on tables + memories | Ben Smith | 2016-09-29 | 2 | -6/+8 |
* | implement globals | Ben Smith | 2016-09-29 | 1 | -0/+18 |
* | fix roundtrip tests, explicit and implicit | Ben Smith | 2016-09-29 | 7 | -61/+71 |