summaryrefslogtreecommitdiff
path: root/test/roundtrip
Commit message (Expand)AuthorAgeFilesLines
...
* Implement bulk memory in the interpreter (#1074)Ben Smith2019-05-073-8/+8
* Proper encoding of passive element segments (#1066)Ben Smith2019-04-183-4/+7
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-2517-17/+17
* Add support for the reference types proposal (#938)Alex Crichton2019-02-143-2/+24
* Add br_on_exn instruction (#1016)Ben Smith2019-02-131-0/+28
* Parse updated event text and binary format (#1014)Ben Smith2019-02-125-11/+43
* Rename exception -> event (#1013)Ben Smith2019-02-112-6/+6
* Remove the `if_except` instruction (#1009)Ben Smith2019-02-102-69/+0
* Rename {memory,table}.drop to {data,elem}.drop (#1000)Alex Crichton2019-01-303-12/+12
* The great renaming (#985)Ben Smith2018-12-1912-119/+119
* Fold multi-value results properly (#984)Ben Smith2018-12-181-0/+50
* Combine param_binding and local_binding in IR (#969)Ben Smith2018-12-042-7/+7
* Add more tests for tail_call feature (#931)Ben Smith2018-10-162-0/+63
* Add more bulk memory tests; use vars for segments (#930)Ben Smith2018-10-159-9/+100
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-0/+75
* Fix: set_global on immutable global is invalid (#895)Ben Smith2018-08-152-6/+6
* Update spec tests; rename {grow,current}_memory (#849)Ben Smith2018-05-271-2/+2
* Read and write module names in the names section (#831)Ben Smith2018-05-011-1/+1
* WIP on support for level1 exception spec (#773)Ben Smith2018-03-029-95/+135
* Rename run args (#728)Ben Smith2018-01-2148-48/+48
* Apply global names in imported globals, data, elem (#708)Ben Smith2018-01-071-0/+23
* Add WatWriter option for inline imports (#703)Ben Smith2018-01-025-0/+67
* Rename {wake,wait} -> atomic.{wake,wait} (#672)Ben Smith2017-11-211-6/+6
* Update testsuite; call_indirect has new syntax (#667)Ben Smith2017-11-113-6/+6
* Change shared memory text syntax (#661)Ben Smith2017-10-261-2/+2
* Add `i{32,64}.wait` and `wake` operators (#646)Ben Smith2017-10-051-0/+18
* Validate that atomic accesses have shared memory (#641)Ben Smith2017-09-271-2/+2
* Add Atomic instructions (#633)Ben Smith2017-09-201-0/+330
* Generate $var names from import/export names (#614)Ben Smith2017-09-077-12/+148
* Add saturating float truncation operators (#573)Ben Smith2017-08-164-4/+4
* Remove BinaryErrorHandler, rename SourceErrorHandler (#553)Ben Smith2017-07-061-1/+0
* Add inline exports to wat-writer. (#550)KarlSchimpf2017-07-051-0/+18
* Fix inline export for multiple exported kinds (#548)Ben Smith2017-07-041-0/+27
* Fix handling of exception section. (#546)KarlSchimpf2017-07-021-2/+1
* Extend binary reader to handle exception constructs. (#545)KarlSchimpf2017-07-013-0/+79
* Fix bug in BinaryReaderIR w/ debug names (#499)Ben Smith2017-06-131-0/+12
* Update testsuite; various lexing/parsing fixes (#482)Ben Smith2017-06-072-12/+12
* Fix assert in wasm2wast with invalid br var (#469)Ben Smith2017-06-021-0/+11
* Add option to generate inline exports in wat-writer (#465)Ben Smith2017-05-314-0/+45
* Add support for folding expressions in wat-writer (#460)Ben Smith2017-05-2610-5/+546
* Fix some binary reader bugs found by fuzzing (#261)Ben Smith2016-12-271-0/+11
* Convert tests to new flat syntax (#222)Kwadwo 'Que' Amankwa2016-11-178-40/+68
* Allow named imports in the names sectionBen Smith2016-11-112-0/+10
* Fix most of the spec testsBen Smith2016-10-053-9/+5
* fix displayed index when writing out wast filesBen Smith2016-10-029-7/+74
* fix roundtrip tests for binary_0xcBen Smith2016-09-296-41/+41
* passes all testsBen Smith2016-09-291-1/+4
* WIP on tables + memoriesBen Smith2016-09-292-6/+8
* implement globalsBen Smith2016-09-291-0/+18
* fix roundtrip tests, explicit and implicitBen Smith2016-09-297-61/+71