index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
5
-4
/
+25
*
Fix parsing of malformed element section in text format (#2439)
Changqing Jing
2024-07-12
1
-0
/
+9
*
WastParser: tighten parsing of folded `if` (#2349)
Keith Winstein
2023-12-05
1
-1
/
+1
*
Implement custom section reading/writing (#2284)
Diego Frias
2023-09-15
2
-3
/
+9
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
1
-0
/
+1
*
Validator: normalize handling of Select in ExprVisitor Delegate (#2285)
Keith Winstein
2023-08-23
1
-3
/
+0
*
WastParser: allow empty modules/scripts with warning (#2248)
Keith Winstein
2023-06-07
1
-2
/
+1
*
Update testsuite (#2054)
Sam Clegg
2022-11-13
1
-1
/
+1
*
Align `memory.copy` arg types with `memory64` proposal (#2024)
Adam Bratschi-Kaye
2022-11-01
2
-0
/
+157
*
List funcref as one of the expected value types in WastParser::ParseValueType...
Alex Bradbury
2022-05-27
4
-4
/
+4
*
Implement \u{hex} escape parsing (#1909)
Zoltan Herczeg
2022-05-02
6
-0
/
+84
*
Fix function body start/end locations in wasm-validate (#1842)
Sam Clegg
2022-03-02
1
-3
/
+3
*
Fix wat parsing of function imports with type name + inline type (#1808)
Sam Clegg
2022-01-15
1
-1
/
+10
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
76
-183
/
+183
*
Remove check from binary-reader-interp.cc that the validator already catches....
Sam Clegg
2021-12-13
3
-3
/
+3
*
Share validation code between constant expressions and function bodies. NFC (...
Sam Clegg
2021-12-10
1
-3
/
+3
*
Add specification tests for exception handling proposal (#1764)
Asumu Takikawa
2021-12-06
2
-0
/
+16
*
Add support for inline export/import of tags (#1747)
Asumu Takikawa
2021-10-29
2
-2
/
+4
*
Enable reference types by default (#1729)
Sam Clegg
2021-10-13
12
-18
/
+12
*
Enable bulk memory by default (#1728)
Sam Clegg
2021-10-13
17
-29
/
+21
*
Fix crashes in parser when f32.const is given a nan expression (#1726)
Ng Zhi An
2021-10-12
2
-0
/
+16
*
SIMD is now phase 5, enable it by default (#1712)
Ng Zhi An
2021-09-20
11
-23
/
+12
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
2
-0
/
+25
*
Allow plain `try` with no `catch` or `delegate` (#1676)
Asumu Takikawa
2021-06-29
3
-14
/
+16
*
[EH] Remove `unwind` (#1682)
Heejin Ahn
2021-06-29
3
-54
/
+1
*
Fix resolution of delegate labels (#1675)
Asumu Takikawa
2021-06-29
1
-0
/
+15
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
12
-22
/
+22
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-1
/
+1
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
15
-45
/
+125
*
Select instr. with multiple results is invalid (#1582)
Ben Smith
2020-12-03
1
-0
/
+21
*
Element offset expr is required when bulk disabled (#1569)
Ben Smith
2020-11-11
2
-4
/
+15
*
Rename atomic.notify, *.atomic.wait (#1564)
Ben Smith
2020-11-03
1
-3
/
+3
*
Changes required to make the new Memory64 spec tests run (#1560)
Wouter van Oortmerssen
2020-10-26
8
-8
/
+8
*
Update SIMD support (#1553)
Darin Morrison
2020-10-26
6
-9
/
+9
*
Disallow "64-bit" flag if memory64 is disabled (#1547)
Paweł Bylica
2020-09-18
4
-2
/
+4
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
8
-0
/
+218
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-1
/
+1
*
Better error when parsing input/output command (#1460)
Ben Smith
2020-06-10
2
-0
/
+34
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
16
-52
/
+38
*
Require `do` in folded `try` statement (#1425)
Ben Smith
2020-05-14
2
-7
/
+8
*
Enabled merged proposals by default (#1405)
Alex Crichton
2020-05-06
18
-242
/
+1
*
Add exnref value type to parser (#1389)
Ben Smith
2020-04-14
4
-0
/
+12
*
Update testsuite (for SIMD) (#1373)
Ben Smith
2020-03-25
1
-2
/
+3
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
4
-0
/
+24
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
4
-1
/
+16
*
Remove validation from the BinaryReader (#1354)
Ben Smith
2020-03-11
4
-4
/
+4
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-0
/
+3
*
Fix TODOs in validator; only affects error output
Ben Smith
2020-02-29
9
-9
/
+9
*
Share validator between IR + binary-reader-interp (#1346)
Ben Smith
2020-02-27
1
-2
/
+4
*
Move validation of func signatures into the parser (#1341)
Ben Smith
2020-02-25
1
-0
/
+6
[next]