index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interp
Commit message (
Expand
)
Author
Age
Files
Lines
*
interp: Implement EHv4 (#2512)
Soni L.
2024-11-20
3
-4
/
+105
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
2
-0
/
+4
*
Add support for the custom-page-sizes proposal (#2502)
Keith Winstein
2024-11-08
3
-11
/
+26
*
Update testsuite (#2495)
Keith Winstein
2024-10-30
1
-0
/
+8
*
interp: Handle ref.null exn (#2497)
Soni L.
2024-10-29
1
-0
/
+5
*
type.h: Introduce ExnRef (#2489)
Soni L.
2024-10-17
1
-0
/
+3
*
wasm-interp: Fix off-by-one in DoThrow (#2486)
Soni L.
2024-10-08
1
-1
/
+2
*
wasm-interp: Fix catch handlers correctly (#2483)
Soni L.
2024-10-07
1
-13
/
+19
*
wasm-interp: Fix catch handlers' value stack sizes (#2478)
Soni L.
2024-10-01
1
-8
/
+14
*
[wasm-interp] Fix memory corruption with recursive call_indirect (#2464)
Soni L.
2024-09-18
1
-1
/
+1
*
Update testsuite and implement table64 (#2418)
Sam Clegg
2024-05-15
2
-55
/
+81
*
Update testsuite and corresponding update to comment parser (#2416)
Sam Clegg
2024-05-13
1
-4
/
+4
*
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
2
-25
/
+20
*
memory64: when enabled, check offset range at validation-time (#2253)
Keith Winstein
2023-06-12
1
-16
/
+16
*
Update wasm-c-api support to current API (#2172)
Keith Winstein
2023-03-14
1
-30
/
+32
*
Replace MakeUnique with c++14 std::make_unique (#2152)
Keith Winstein
2023-02-27
2
-22
/
+23
*
Implement Relaxed SIMD proposal (#1994)
Marcus Better
2022-11-30
2
-11
/
+121
*
Switch from `typedef` to using `using` in C++ code. NFC (#2066)
Sam Clegg
2022-11-15
1
-26
/
+26
*
Update testsuite (#2054)
Sam Clegg
2022-11-13
1
-2
/
+1
*
Convert type checks to assertions in the interpreter. NFC (#2055)
Sam Clegg
2022-11-11
1
-10
/
+11
*
Fix WITH_WASI build (#2017)
Sam Clegg
2022-10-06
1
-0
/
+28
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
14
-3036
/
+20
*
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
*
Fix Store object assignment. (#1854)
Zoltan Herczeg
2022-03-08
1
-0
/
+4
*
Improve the maintenace of ObjectKind types. (#1852)
Zoltan Herczeg
2022-03-08
2
-2
/
+10
*
Rework free list to use less memory. (#1841)
Zoltan Herczeg
2022-03-02
3
-92
/
+78
*
Implement a separate free list for Refs (#1835)
Zoltan Herczeg
2022-02-25
2
-4
/
+66
*
Improve Garbage Collection algorithm (#1830)
Zoltan Herczeg
2022-02-18
2
-19
/
+43
*
Initial implementation of extended-const proposal. (#1824)
Sam Clegg
2022-02-15
3
-139
/
+67
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
5
-37
/
+37
*
Fix size of segment in initialization error reporting (#1823)
Sam Clegg
2022-02-09
1
-2
/
+10
*
Change Thread in interpreter to a normal object (#1809)
Zoltan Herczeg
2022-02-04
3
-35
/
+33
*
Update testsuite (#1795)
Sam Clegg
2022-01-10
1
-2
/
+6
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
10
-116
/
+131
*
interpreter: Fix infinite looping on `return_call` (#1762)
Asumu Takikawa
2021-12-15
1
-2
/
+5
*
Fix type names for function references (#1787)
Sam Clegg
2021-12-13
3
-10
/
+10
*
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
3
-130
/
+159
*
Add specification tests for exception handling proposal (#1764)
Asumu Takikawa
2021-12-06
1
-1
/
+6
*
Remove unused checks from #1770. NFC (#1772)
Sam Clegg
2021-12-04
2
-11
/
+0
*
Perform init expression validation outside of the binary reader. NFC (#1770)
Sam Clegg
2021-12-02
2
-62
/
+121
*
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
6
-35
/
+491
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
2
-5
/
+6
*
Remove separate OnEndFunc vs OnEndExpr. (#1756)
Sam Clegg
2021-11-05
1
-0
/
+3
[next]