index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wat-writer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
1
-0
/
+106
*
Add support for the custom-page-sizes proposal (#2502)
Keith Winstein
2024-11-08
1
-0
/
+5
*
wat-writer.cc: update text serialization of data memuse (#2501)
Keith Winstein
2024-11-07
1
-1
/
+5
*
Implement custom section reading/writing (#2284)
Diego Frias
2023-09-15
1
-0
/
+13
*
Flip order of memory indexes on memory.copy (#2294)
Keith Winstein
2023-09-11
1
-1
/
+1
*
wat-writer.cc: resolve missing type index in call_indirect (#2278)
Keith Winstein
2023-07-31
1
-2
/
+10
*
Silence warnings on GCC 12 (#2177)
Keith Winstein
2023-03-22
1
-1
/
+1
*
Always do a full roundtrip in run-roundtrip.py (#1661)
Sam Clegg
2023-02-28
1
-1
/
+9
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-9
/
+9
*
Support multi-memory in all memory ops and in apply/resolve-names (#1962)
Keith Winstein
2022-08-15
1
-0
/
+2
*
Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)
Keith Winstein
2022-08-15
1
-1
/
+1
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
1
-0
/
+11
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-6
/
+6
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-8
/
+9
*
Fix type names for function references (#1787)
Sam Clegg
2021-12-13
1
-3
/
+1
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
1
-7
/
+60
*
Delay validation of elem init expressions until validation time (#1730)
Sam Clegg
2021-10-14
1
-12
/
+5
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+7
*
Allow plain `try` with no `catch` or `delegate` (#1676)
Asumu Takikawa
2021-06-29
1
-2
/
+2
*
[EH] Remove `unwind` (#1682)
Heejin Ahn
2021-06-29
1
-17
/
+0
*
Fix try-delegate label printing (#1685)
Asumu Takikawa
2021-06-29
1
-0
/
+1
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-19
/
+19
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-0
/
+15
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+14
*
[simd] Implement v128.load{32,64}_zero (#1644)
Ng Zhi An
2021-03-17
1
-0
/
+6
*
Fix label printing for blocks in folded form (#1609)
Asumu Takikawa
2021-02-23
1
-0
/
+4
*
Update rethrow depth handling and catch_all opcode (#1608)
Asumu Takikawa
2021-02-18
1
-3
/
+1
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-17
/
+64
*
Port to big-endian platforms (s390x but others can be trivially added) (#1557)
Soni L
2020-12-07
1
-0
/
+4
*
Changes required to make the new Memory64 spec tests run (#1560)
Wouter van Oortmerssen
2020-10-26
1
-3
/
+3
*
Enable -Werror during CI (#1522)
Sam Clegg
2020-08-18
1
-2
/
+2
*
Made the interpreter "type-safe" in debug mode (#1512)
Wouter van Oortmerssen
2020-08-10
1
-2
/
+2
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-0
/
+3
*
Print newline after rethrow instruction (#1503)
Asumu Takikawa
2020-07-30
1
-1
/
+1
*
Print newline after ref.is_null instruction (#1495)
Ben Smith
2020-07-24
1
-1
/
+1
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-1
/
+0
*
[wasm2wat] Fix a few more roundtripping issues (#1450)
Ben Smith
2020-05-29
1
-1
/
+1
*
[wasm2wat] Write select type immediate (#1451)
Ben Smith
2020-05-29
1
-1
/
+5
*
[wat2wasm] Write table indexes in text format (#1446)
Ben Smith
2020-05-28
1
-4
/
+25
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-3
/
+11
*
Require `do` in folded `try` statement (#1425)
Ben Smith
2020-05-14
1
-0
/
+2
*
Fix bug when writing grouped named parameters (#1418)
Ben Smith
2020-05-13
1
-11
/
+12
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+8
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
1
-7
/
+20
*
Fix whitespace formatting of SIMD ops (#1372)
Adam Klein
2020-03-23
1
-3
/
+3
*
Move more functionality into the v128 type (#1363)
Ben Smith
2020-03-20
1
-2
/
+2
*
Refactor Const struct's internal storage (#1356)
Ben Smith
2020-03-16
1
-14
/
+10
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
1
-3
/
+18
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-10
/
+19
*
Convert Type from an enum into a class (#1350)
Ben Smith
2020-02-28
1
-1
/
+1
[next]