index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
typecheck
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update testsuite (#2495)
Keith Winstein
2024-10-30
1
-0
/
+3
*
Fix call_ref on empty stack (#2472)
Soni L.
2024-09-24
3
-2
/
+16
*
Validator: normalize handling of Select in ExprVisitor Delegate (#2285)
Keith Winstein
2023-08-23
2
-6
/
+0
*
Fix function body start/end locations in wasm-validate (#1842)
Sam Clegg
2022-03-02
3
-9
/
+9
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
17
-60
/
+60
*
Fix type names for function references (#1787)
Sam Clegg
2021-12-13
1
-1
/
+1
*
Fix syntax for assert_return typecheck test (#1782)
Asumu Takikawa
2021-12-13
2
-8
/
+8
*
Remove check from binary-reader-interp.cc that the validator already catches....
Sam Clegg
2021-12-13
12
-20
/
+20
*
Share validation code between constant expressions and function bodies. NFC (...
Sam Clegg
2021-12-10
3
-4
/
+4
*
Re-generate all test expectations using `--rebase`. NFC (#1776)
Sam Clegg
2021-12-08
1
-1
/
+1
*
Add specification tests for exception handling proposal (#1764)
Asumu Takikawa
2021-12-06
1
-0
/
+11
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
1
-0
/
+3
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
1
-0
/
+27
*
Fix delegate validation to allow any block target (#1748)
Asumu Takikawa
2021-10-29
2
-36
/
+38
*
Add support for inline export/import of tags (#1747)
Asumu Takikawa
2021-10-29
1
-2
/
+2
*
Enable reference types by default (#1729)
Sam Clegg
2021-10-13
2
-4
/
+2
*
Enable bulk memory by default (#1728)
Sam Clegg
2021-10-13
4
-17
/
+13
*
SIMD is now phase 5, enable it by default (#1712)
Ng Zhi An
2021-09-20
2
-3
/
+2
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
2
-0
/
+30
*
[EH] Remove `unwind` (#1682)
Heejin Ahn
2021-06-29
1
-9
/
+0
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
9
-16
/
+16
*
Fix checking of delegate target block kind. (#1605)
Asumu Takikawa
2021-02-23
2
-1
/
+38
*
Update rethrow depth handling and catch_all opcode (#1608)
Asumu Takikawa
2021-02-18
2
-19
/
+77
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
10
-49
/
+140
*
Rename atomic.notify, *.atomic.wait (#1564)
Ben Smith
2020-11-03
1
-8
/
+8
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-2
/
+2
*
Enabled merged proposals by default (#1405)
Alex Crichton
2020-05-06
6
-24
/
+18
*
Update testsuite (for SIMD) (#1373)
Ben Smith
2020-03-25
1
-37
/
+1
*
Fix TODOs in validator; only affects error output
Ben Smith
2020-02-29
5
-15
/
+15
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-3
/
+3
*
Always check index before accessing vectors (#1347)
Ben Smith
2020-02-28
4
-301
/
+92
*
reference-types: add support for typed select (#1253)
Sam Clegg
2019-11-26
2
-0
/
+6
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
4
-52
/
+10
*
Fix expected stack layout when typechecking select instruction (#1222)
Sam Clegg
2019-11-15
3
-6
/
+6
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-3
/
+0
*
Visit catch even when its body is empty (#1141)
Heejin Ahn
2019-08-14
1
-0
/
+14
*
Rename except_ref type to exnref (#1142)
Heejin Ahn
2019-08-13
2
-2
/
+2
*
Fix parsing of anyref-valued "if" expressions (#1125)
Andy Wingo
2019-07-22
1
-0
/
+10
*
Update spec testsuite (#1111)
Ben Smith
2019-07-16
1
-2
/
+2
*
Implement bulk memory in the interpreter (#1074)
Ben Smith
2019-05-07
1
-1
/
+1
*
Make v128.const i32x4 op conform to the SIMD draft (#1037)
gnzlbg
2019-03-28
1
-52
/
+52
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
3
-4
/
+24
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
3
-0
/
+45
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
1
-0
/
+9
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
3
-22
/
+22
*
The great renaming (#985)
Ben Smith
2018-12-19
5
-418
/
+418
*
Add more tests for tail_call feature (#931)
Ben Smith
2018-10-16
3
-0
/
+129
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
4
-0
/
+173
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
7
-3
/
+345
*
Better type-check errors locs @ end of block (#856)
Ben Smith
2018-06-05
1
-3
/
+3
[next]