index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared-validator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
1
-0
/
+40
*
Add support for the custom-page-sizes proposal (#2502)
Keith Winstein
2024-11-08
1
-3
/
+15
*
Update testsuite (#2495)
Keith Winstein
2024-10-30
1
-1
/
+12
*
Update testsuite and implement table64 (#2418)
Sam Clegg
2024-05-15
1
-10
/
+13
*
Flip order of memory indexes on memory.copy (#2294)
Keith Winstein
2023-09-11
1
-4
/
+4
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
1
-22
/
+1
*
memory64: when enabled, check offset range at validation-time (#2253)
Keith Winstein
2023-06-12
1
-10
/
+45
*
Update testsuite (#2054)
Sam Clegg
2022-11-13
1
-4
/
+18
*
Align `memory.copy` arg types with `memory64` proposal (#2024)
Adam Bratschi-Kaye
2022-11-01
1
-4
/
+5
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-1
/
+1
*
Support multi-memory in all memory ops and in apply/resolve-names (#1962)
Keith Winstein
2022-08-15
1
-11
/
+21
*
Fix checking of ref.func index declarations (#1894)
Asumu Takikawa
2022-04-13
1
-1
/
+8
*
Fix function body start/end locations in wasm-validate (#1842)
Sam Clegg
2022-03-02
1
-0
/
+1
*
Initial implementation of extended-const proposal. (#1824)
Sam Clegg
2022-02-15
1
-5
/
+15
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-2
/
+2
*
Updated multi-value message (#1797)
jzabinski-dolios
2022-01-10
1
-2
/
+3
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-3
/
+3
*
Fix type names for function references (#1787)
Sam Clegg
2021-12-13
1
-1
/
+1
*
Fix param naming for `OnFuncRefExpr` (See #1768). NFC (#1786)
Sam Clegg
2021-12-13
1
-2
/
+2
*
Share validation code between constant expressions and function bodies. NFC (...
Sam Clegg
2021-12-10
1
-238
/
+121
*
Make copies of incoming expression locations in SharedValidator. NFC (#1779)
Sam Clegg
2021-12-09
1
-68
/
+68
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
1
-12
/
+19
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
1
-7
/
+15
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+17
*
[EH] Remove `unwind` (#1682)
Heejin Ahn
2021-06-29
1
-7
/
+0
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-15
/
+15
*
[Memory64] Support reading/writing limits as 64-bit LEBs (#1664)
Wouter van Oortmerssen
2021-04-22
1
-1
/
+2
*
Memory64: support 64-bit data init-expr (#1656)
Wouter van Oortmerssen
2021-04-05
1
-3
/
+7
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-0
/
+13
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+13
*
[simd] Implement v128.load{32,64}_zero (#1644)
Ng Zhi An
2021-03-17
1
-0
/
+12
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-15
/
+27
*
Select instr. with multiple results is invalid (#1582)
Ben Smith
2020-12-03
1
-2
/
+10
*
Enable -Werror during CI (#1522)
Sam Clegg
2020-08-18
1
-5
/
+10
*
Made the interpreter "type-safe" in debug mode (#1512)
Wouter van Oortmerssen
2020-08-10
1
-4
/
+4
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-28
/
+42
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-2
/
+2
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-10
/
+12
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+12
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
1
-0
/
+5
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
1
-9
/
+33
*
Remove validation from the BinaryReader (#1354)
Ben Smith
2020-03-11
1
-10
/
+8
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-5
/
+5
*
Fix TODOs in validator; only affects error output
Ben Smith
2020-02-29
1
-51
/
+14
*
Convert Type from an enum into a class (#1350)
Ben Smith
2020-02-28
1
-5
/
+5
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-11
/
+20
*
Always check index before accessing vectors (#1347)
Ben Smith
2020-02-28
1
-85
/
+76
*
Share validator between IR + binary-reader-interp (#1346)
Ben Smith
2020-02-27
1
-0
/
+1165