summaryrefslogtreecommitdiff
path: root/src/wat-writer.cc
Commit message (Expand)AuthorAgeFilesLines
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-0/+106
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-081-0/+5
* wat-writer.cc: update text serialization of data memuse (#2501)Keith Winstein2024-11-071-1/+5
* Implement custom section reading/writing (#2284)Diego Frias2023-09-151-0/+13
* Flip order of memory indexes on memory.copy (#2294)Keith Winstein2023-09-111-1/+1
* wat-writer.cc: resolve missing type index in call_indirect (#2278)Keith Winstein2023-07-311-2/+10
* Silence warnings on GCC 12 (#2177)Keith Winstein2023-03-221-1/+1
* Always do a full roundtrip in run-roundtrip.py (#1661)Sam Clegg2023-02-281-1/+9
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-9/+9
* Support multi-memory in all memory ops and in apply/resolve-names (#1962)Keith Winstein2022-08-151-0/+2
* Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)Keith Winstein2022-08-151-1/+1
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-251-0/+11
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-6/+6
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-8/+9
* Fix type names for function references (#1787)Sam Clegg2021-12-131-3/+1
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-301-7/+60
* Delay validation of elem init expressions until validation time (#1730)Sam Clegg2021-10-141-12/+5
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-251-0/+7
* Allow plain `try` with no `catch` or `delegate` (#1676)Asumu Takikawa2021-06-291-2/+2
* [EH] Remove `unwind` (#1682)Heejin Ahn2021-06-291-17/+0
* Fix try-delegate label printing (#1685)Asumu Takikawa2021-06-291-0/+1
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-221-19/+19
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-221-0/+15
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-221-0/+14
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-0/+6
* Fix label printing for blocks in folded form (#1609)Asumu Takikawa2021-02-231-0/+4
* Update rethrow depth handling and catch_all opcode (#1608)Asumu Takikawa2021-02-181-3/+1
* Update exception handling support to current proposal (#1596)Asumu Takikawa2021-02-101-17/+64
* Port to big-endian platforms (s390x but others can be trivially added) (#1557)Soni L2020-12-071-0/+4
* Changes required to make the new Memory64 spec tests run (#1560)Wouter van Oortmerssen2020-10-261-3/+3
* Enable -Werror during CI (#1522)Sam Clegg2020-08-181-2/+2
* Made the interpreter "type-safe" in debug mode (#1512)Wouter van Oortmerssen2020-08-101-2/+2
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-0/+3
* Print newline after rethrow instruction (#1503)Asumu Takikawa2020-07-301-1/+1
* Print newline after ref.is_null instruction (#1495)Ben Smith2020-07-241-1/+1
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-1/+0
* [wasm2wat] Fix a few more roundtripping issues (#1450)Ben Smith2020-05-291-1/+1
* [wasm2wat] Write select type immediate (#1451)Ben Smith2020-05-291-1/+5
* [wat2wasm] Write table indexes in text format (#1446)Ben Smith2020-05-281-4/+25
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-3/+11
* Require `do` in folded `try` statement (#1425)Ben Smith2020-05-141-0/+2
* Fix bug when writing grouped named parameters (#1418)Ben Smith2020-05-131-11/+12
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+8
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-7/+20
* Fix whitespace formatting of SIMD ops (#1372)Adam Klein2020-03-231-3/+3
* Move more functionality into the v128 type (#1363)Ben Smith2020-03-201-2/+2
* Refactor Const struct's internal storage (#1356)Ben Smith2020-03-161-14/+10
* Parse struct fields (#1355)Ben Smith2020-03-161-3/+18
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-10/+19
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-281-1/+1