index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
validator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
1
-0
/
+24
*
Add support for the custom-page-sizes proposal (#2502)
Keith Winstein
2024-11-08
1
-2
/
+4
*
Update testsuite and implement table64 (#2418)
Sam Clegg
2024-05-15
1
-1
/
+7
*
Flip order of memory indexes on memory.copy (#2294)
Keith Winstein
2023-09-11
1
-1
/
+1
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
1
-18
/
+5
*
Validator: normalize handling of Select in ExprVisitor Delegate (#2285)
Keith Winstein
2023-08-23
1
-5
/
+0
*
memory64: when enabled, check offset range at validation-time (#2253)
Keith Winstein
2023-06-12
1
-16
/
+25
*
Make sure (IR) Validator and BinaryReaderInterp agree re: validity (#2219)
Keith Winstein
2023-04-27
1
-2
/
+2
*
Implement Relaxed SIMD proposal (#1994)
Marcus Better
2022-11-30
1
-8
/
+46
*
Update testsuite (#2054)
Sam Clegg
2022-11-13
1
-1
/
+2
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-7
/
+7
*
Support multi-memory in all memory ops and in apply/resolve-names (#1962)
Keith Winstein
2022-08-15
1
-11
/
+12
*
Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)
Keith Winstein
2022-08-15
1
-1
/
+1
*
wast2json: write binary modules verbatim (#1932)
Ben Smith
2022-06-03
1
-0
/
+7
*
Fix function body start/end locations in wasm-validate (#1842)
Sam Clegg
2022-03-02
1
-4
/
+6
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
1
-0
/
+5
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-7
/
+6
*
Fix type names for function references (#1787)
Sam Clegg
2021-12-13
1
-1
/
+2
*
Share validation code between constant expressions and function bodies. NFC (...
Sam Clegg
2021-12-10
1
-75
/
+23
*
Add specification tests for exception handling proposal (#1764)
Asumu Takikawa
2021-12-06
1
-0
/
+4
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
1
-7
/
+8
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
1
-5
/
+6
*
Delay validation of elem init expressions until validation time (#1730)
Sam Clegg
2021-10-14
1
-14
/
+20
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+12
*
[EH] Remove `unwind` (#1682)
Heejin Ahn
2021-06-29
1
-6
/
+0
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-8
/
+8
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-0
/
+8
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+8
*
[simd] Implement v128.load{32,64}_zero (#1644)
Ng Zhi An
2021-03-17
1
-0
/
+7
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-11
/
+17
*
Select instr. with multiple results is invalid (#1582)
Ben Smith
2020-12-03
1
-7
/
+2
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-1
/
+1
*
[wasm2wat] Write select type immediate (#1451)
Ben Smith
2020-05-29
1
-2
/
+7
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-4
/
+6
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+6
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
1
-0
/
+8
*
Refactor Const struct's internal storage (#1356)
Ben Smith
2020-03-16
1
-7
/
+7
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
1
-1
/
+7
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-5
/
+10
*
Fix TODOs in validator; only affects error output
Ben Smith
2020-02-29
1
-2
/
+0
*
Convert Type from an enum into a class (#1350)
Ben Smith
2020-02-28
1
-3
/
+3
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-3
/
+4
*
Add TypeEntry, base class for type section entries (#1349)
Ben Smith
2020-02-28
1
-6
/
+12
*
Share validator between IR + binary-reader-interp (#1346)
Ben Smith
2020-02-27
1
-927
/
+381
*
Move validation of func signatures into the parser (#1341)
Ben Smith
2020-02-25
1
-110
/
+2
*
Update testsuite (#1327)
Sam Clegg
2020-02-05
1
-3
/
+42
*
Update testsuite (#1308)
Ben Smith
2020-01-16
1
-7
/
+0
*
Update testsuite (#1275)
Sam Clegg
2020-01-09
1
-48
/
+0
*
Segment flags should be MVP-compat when possible (#1286)
Ben Smith
2020-01-08
1
-2
/
+10
*
Several fixes for reference types (#1278)
Heejin Ahn
2020-01-08
1
-2
/
+2
[next]