index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
type-checker.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
1
-1
/
+34
*
Fix call_ref on empty stack (#2472)
Soni L.
2024-09-24
1
-11
/
+4
*
Fix error message for ref.is_null (#2471)
Soni L.
2024-09-23
1
-12
/
+11
*
Avoid creating temporary vector copies when checking signature (#2435)
Michael Bradshaw
2024-06-24
1
-1
/
+1
*
Update testsuite and implement table64 (#2418)
Sam Clegg
2024-05-15
1
-17
/
+29
*
Flip order of memory indexes on memory.copy (#2294)
Keith Winstein
2023-09-11
1
-3
/
+3
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
1
-2
/
+8
*
Silence warnings on GCC 12 (#2177)
Keith Winstein
2023-03-22
1
-4
/
+3
*
Align `memory.copy` arg types with `memory64` proposal (#2024)
Adam Bratschi-Kaye
2022-11-01
1
-2
/
+10
*
Simplify part of type-checker. NFC (#2031)
Sam Clegg
2022-10-31
1
-23
/
+18
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-1
/
+1
*
update br_table validation rule + enforce module validity in spectest-interp ...
Keith Winstein
2022-04-13
1
-1
/
+1
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-4
/
+9
*
Fix param naming for `OnFuncRefExpr` (See #1768). NFC (#1786)
Sam Clegg
2021-12-13
1
-2
/
+2
*
Remove check from binary-reader-interp.cc that the validator already catches....
Sam Clegg
2021-12-13
1
-9
/
+13
*
Share validation code between constant expressions and function bodies. NFC (...
Sam Clegg
2021-12-10
1
-1
/
+18
*
OnRefFuncExpr takes a func index. NFC (#1768)
Sam Clegg
2021-12-02
1
-2
/
+2
*
Add interpreter support for the exception handling proposal (#1749)
Asumu Takikawa
2021-11-17
1
-0
/
+18
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
1
-5
/
+11
*
Fix delegate validation to allow any block target (#1748)
Asumu Takikawa
2021-10-29
1
-4
/
+0
*
Update testsuite (#1738)
Sam Clegg
2021-10-18
1
-2
/
+2
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-2
/
+27
*
[EH] Remove `unwind` (#1682)
Heejin Ahn
2021-06-29
1
-27
/
+4
*
Memory64: support 64-bit data init-expr (#1656)
Wouter van Oortmerssen
2021-04-05
1
-1
/
+1
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-0
/
+11
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+13
*
Fix checking of delegate target block kind. (#1605)
Asumu Takikawa
2021-02-23
1
-0
/
+4
*
Update rethrow depth handling and catch_all opcode (#1608)
Asumu Takikawa
2021-02-18
1
-17
/
+15
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-23
/
+95
*
Select instr. with multiple results is invalid (#1582)
Ben Smith
2020-12-03
1
-4
/
+5
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-35
/
+54
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-2
/
+15
*
Revert br_table in reference types proposal (#1484)
Ben Smith
2020-07-15
1
-15
/
+5
*
[wasm2wat] Write select type immediate (#1451)
Ben Smith
2020-05-29
1
-1
/
+1
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-28
/
+10
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+4
*
Convert Type from an enum into a class (#1350)
Ben Smith
2020-02-28
1
-5
/
+5
*
Share validator between IR + binary-reader-interp (#1346)
Ben Smith
2020-02-27
1
-5
/
+7
*
reference-types: add final test: br_table (#1264)
Sam Clegg
2019-12-13
1
-9
/
+17
*
reference-types: add support for typed select (#1253)
Sam Clegg
2019-11-26
1
-4
/
+13
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+4
*
reference-types: Add reference-types spec tests (#1225)
Sam Clegg
2019-11-25
1
-22
/
+32
*
reference-types: implement type checking for table.get/table.set (#1221)
Sam Clegg
2019-11-15
1
-5
/
+4
*
Fix expected stack layout when typechecking select instruction (#1222)
Sam Clegg
2019-11-15
1
-1
/
+1
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-3
/
+3
*
reference-types: Improve reftype support (#1220)
Sam Clegg
2019-11-14
1
-2
/
+11
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-0
/
+5
*
Add ref.* to the (invoke) (#1156)
Yury Delendik
2019-09-12
1
-5
/
+12
*
Rename except_ref type to exnref (#1142)
Heejin Ahn
2019-08-13
1
-4
/
+4
*
Update typechecking for `table.grow` (#1079)
Alex Crichton
2019-05-13
1
-1
/
+1
[next]