summaryrefslogtreecommitdiff
path: root/test/roundtrip
Commit message (Expand)AuthorAgeFilesLines
* [wasm2wat] Fix a few more roundtripping issues (#1450)Ben Smith2020-05-292-0/+25
* [wasm2wat] Write select type immediate (#1451)Ben Smith2020-05-291-0/+17
* [wat2wasm] Write table indexes in text format (#1446)Ben Smith2020-05-284-1/+64
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-282-4/+4
* Require `do` in folded `try` statement (#1425)Ben Smith2020-05-143-2/+5
* Fix bug when writing grouped named parameters (#1418)Ben Smith2020-05-132-0/+17
* Enabled merged proposals by default (#1405)Alex Crichton2020-05-061-1/+1
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+13
* Fix whitespace formatting of SIMD ops (#1372)Adam Klein2020-03-231-0/+22
* Apply start function name in wasm2wat (#1289)Ben Smith2020-01-091-0/+11
* Replace newline by a space (#1261)Amir Bawab2019-12-111-0/+14
* Update spec testsuite (#1237)Sam Clegg2019-11-229-12/+12
* reference-types: Table immediate of call_indirect comes first in the text for...Sam Clegg2019-11-142-2/+2
* Update spec testsuite (#1111)Ben Smith2019-07-163-14/+14
* 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