index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interp
/
binary-reader-interp.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm-interp: Fix catch handlers' value stack sizes (#2478)
Soni L.
2024-10-01
1
-8
/
+14
*
Update testsuite and implement table64 (#2418)
Sam Clegg
2024-05-15
1
-9
/
+19
*
Flip order of memory indexes on memory.copy (#2294)
Keith Winstein
2023-09-11
1
-5
/
+5
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
1
-15
/
+10
*
memory64: when enabled, check offset range at validation-time (#2253)
Keith Winstein
2023-06-12
1
-16
/
+16
*
Update testsuite (#2054)
Sam Clegg
2022-11-13
1
-2
/
+1
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-6
/
+6
*
Fix several issues found by fuzzing (#1931)
2019
2022-09-17
1
-0
/
+7
*
Support multi-memory in all memory ops and in apply/resolve-names (#1962)
Keith Winstein
2022-08-15
1
-19
/
+44
*
Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)
Keith Winstein
2022-08-15
1
-52
/
+86
*
Initial implementation of extended-const proposal. (#1824)
Sam Clegg
2022-02-15
1
-80
/
+29
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-32
/
+32
*
Update testsuite (#1795)
Sam Clegg
2022-01-10
1
-2
/
+6
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-3
/
+3
*
interpreter: Fix infinite looping on `return_call` (#1762)
Asumu Takikawa
2021-12-15
1
-2
/
+5
*
Remove check from binary-reader-interp.cc that the validator already catches....
Sam Clegg
2021-12-13
1
-18
/
+0
*
Share validation code between constant expressions and function bodies. NFC (...
Sam Clegg
2021-12-10
1
-107
/
+12
*
Add error locations to BinaryReaderInterp (#1780)
Sam Clegg
2021-12-09
1
-127
/
+155
*
Remove unused checks from #1770. NFC (#1772)
Sam Clegg
2021-12-04
1
-10
/
+0
*
Perform init expression validation outside of the binary reader. NFC (#1770)
Sam Clegg
2021-12-02
1
-62
/
+120
*
OnRefFuncExpr takes a func index. NFC (#1768)
Sam Clegg
2021-12-02
1
-3
/
+3
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
1
-25
/
+31
*
Add interpreter support for the exception handling proposal (#1749)
Asumu Takikawa
2021-11-17
1
-22
/
+233
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
1
-5
/
+5
*
Remove separate OnEndFunc vs OnEndExpr. (#1756)
Sam Clegg
2021-11-05
1
-0
/
+3
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-2
/
+2
*
Memory64: support 64-bit data init-expr (#1656)
Wouter van Oortmerssen
2021-04-05
1
-0
/
+4
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-0
/
+14
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-4
/
+17
*
[simd] Implement v128.load{32,64}_zero (#1644)
Ng Zhi An
2021-03-17
1
-0
/
+11
*
Select instr. with multiple results is invalid (#1582)
Ben Smith
2020-12-03
1
-3
/
+4
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-19
/
+19
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-3
/
+3
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-12
/
+14
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+7
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-12
/
+12
*
[NFC] Fix a few TODOs
Ben Smith
2020-02-29
1
-481
/
+465
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-6
/
+13
*
Share validator between IR + binary-reader-interp (#1346)
Ben Smith
2020-02-27
1
-373
/
+198
*
New interpreter (#1330)
Ben Smith
2020-02-21
1
-937
/
+464
*
Update testsuite (#1327)
Sam Clegg
2020-02-05
1
-5
/
+41
*
Initial WASM C API implementation. (#1250)
Sam Clegg
2020-01-16
1
-43
/
+59
*
Update testsuite (#1275)
Sam Clegg
2020-01-09
1
-11
/
+5
*
reference-types: add final test: br_table (#1264)
Sam Clegg
2019-12-13
1
-0
/
+1
*
reference-types: add support for typed select (#1253)
Sam Clegg
2019-11-26
1
-3
/
+3
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+9
*
reference-types: Add reference-types spec tests (#1225)
Sam Clegg
2019-11-25
1
-13
/
+64
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
1
-106
/
+14
*
Switch to treating segment flags as a bitfield. NFC (#1232)
Sam Clegg
2019-11-18
1
-12
/
+12
*
reference-types: implement type checking for table.get/table.set (#1221)
Sam Clegg
2019-11-15
1
-4
/
+10
[next]