index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
regress
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/run-roundtrip.py: test roundtrip even with --stdout (#2505)
Keith Winstein
2024-11-11
1
-1
/
+7
*
wat-writer.cc: update text serialization of data memuse (#2501)
Keith Winstein
2024-11-07
1
-0
/
+4
*
Update testsuite (#2495)
Keith Winstein
2024-10-30
1
-14
/
+0
*
wasm-interp: Fix off-by-one in DoThrow (#2486)
Soni L.
2024-10-08
1
-0
/
+19
*
wasm-decompile: add function index comments (#2482)
Kirill R.
2024-10-08
2
-2
/
+2
*
wasm-interp: Fix catch handlers correctly (#2483)
Soni L.
2024-10-07
1
-3
/
+15
*
wasm2c: Fix handling of locals in setjmp targets (#2479)
Soni L.
2024-10-01
1
-0
/
+25
*
wasm-interp: Fix catch handlers' value stack sizes (#2478)
Soni L.
2024-10-01
1
-0
/
+22
*
Fix handling of data count without data section (#2432)
Soni L.
2024-09-23
1
-0
/
+14
*
[wasm-interp] Fix memory corruption with recursive call_indirect (#2464)
Soni L.
2024-09-18
1
-0
/
+20
*
Harden against invalid alignment (#2411)
Soni L.
2024-08-09
1
-0
/
+21
*
wasm2c: Use wabt::StripExtension (#2424)
Soni L
2024-05-20
1
-0
/
+3
*
Update testsuite and corresponding update to comment parser (#2416)
Sam Clegg
2024-05-13
1
-1
/
+3
*
WastParser: tighten parsing of folded `if` (#2349)
Keith Winstein
2023-12-05
1
-30
/
+2
*
BinaryReader/Writer: roundtrip large memory64 offsets (#2255)
Keith Winstein
2023-06-20
1
-0
/
+13
*
src/leb128.cc: fix detection of too-big u64 LEB128s (#2256)
Keith Winstein
2023-06-09
1
-0
/
+29
*
binary-reader.cc: detect more malformed modules (#2251)
Keith Winstein
2023-06-08
1
-2
/
+1
*
WastParser: allow empty modules/scripts with warning (#2248)
Keith Winstein
2023-06-07
1
-1
/
+1
*
WastParser::ErrorExpected: ensure there is a token to consume (#2247)
Keith Winstein
2023-06-07
1
-0
/
+6
*
c-writer.cc: Correctly handle label names when branching out of try block (#2...
Keith Winstein
2023-05-08
1
-0
/
+12
*
BinaryReader/BinaryReaderIR: check for missing end markers (#2218)
Keith Winstein
2023-05-03
1
-0
/
+11
*
wasm2c exception handling: fix unwinding after br inside try (#2204)
Soni L
2023-04-21
1
-0
/
+28
*
Improve lexing and parsing of invalid annotations (again) (#2166)
Keith Winstein
2023-03-10
4
-5
/
+33
*
Improve lexing of invalid annotations (#2150)
Keith Winstein
2023-02-25
1
-0
/
+12
*
wast-parser.cc: disallow exception tag unless exceptions enabled (#2110)
Keith Winstein
2022-12-23
1
-0
/
+11
*
wasm2c: handle duplicate names across module fields (#2035)
Keith Winstein
2022-11-30
1
-0
/
+17
*
BinaryReaderIR: fix mis-binding of tags with debug name (#2040)
Keith Winstein
2022-11-04
1
-0
/
+6
*
[spectest-interp] Fix SIMD lane extraction bug (#1993)
Marcus Better
2022-09-17
1
-0
/
+136
*
Fix several issues found by fuzzing (#1931)
2019
2022-09-17
2
-0
/
+34
*
update br_table validation rule + enforce module validity in spectest-interp ...
Keith Winstein
2022-04-13
1
-1
/
+1
*
Fix function body start/end locations in wasm-validate (#1842)
Sam Clegg
2022-03-02
1
-1
/
+1
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
6
-10
/
+10
*
Remove check from binary-reader-interp.cc that the validator already catches....
Sam Clegg
2021-12-13
6
-9
/
+9
*
Share validation code between constant expressions and function bodies. NFC (...
Sam Clegg
2021-12-10
2
-2
/
+2
*
Add error locations to BinaryReaderInterp (#1780)
Sam Clegg
2021-12-09
3
-3
/
+3
*
Remove separate OnEndFunc vs OnEndExpr. (#1756)
Sam Clegg
2021-11-05
1
-2
/
+2
*
Enable bulk memory by default (#1728)
Sam Clegg
2021-10-13
2
-4
/
+4
*
SIMD is now phase 5, enable it by default (#1712)
Ng Zhi An
2021-09-20
2
-3
/
+1
*
[simd] Correctly shift alignment_log2 (#1699)
Ng Zhi An
2021-08-06
1
-0
/
+11
*
Memory64: support 64-bit data init-expr (#1656)
Wouter van Oortmerssen
2021-04-05
1
-1
/
+1
*
Update testsuite to 646b43e (#1555)
Wouter van Oortmerssen
2020-09-30
1
-4
/
+0
*
wat2wasm: type relocations (#1525)
sammax
2020-08-20
1
-3
/
+4
*
Share validator between IR + binary-reader-interp (#1346)
Ben Smith
2020-02-27
2
-2
/
+2
*
New interpreter (#1330)
Ben Smith
2020-02-21
1
-1
/
+1
*
Move ValidateFuncSignatures after ParseModuleWat (#1338)
Ben Smith
2020-02-21
1
-1
/
+1
*
[wat2wasm] Passive segments require bulk memory (#1203)
Ben Smith
2020-01-08
2
-2
/
+11
*
[wat2wasm] Don't crash on unsupported reloc type (#1202)
Ben Smith
2020-01-08
1
-0
/
+25
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
1
-3
/
+3
*
Fix some bugs w/ wast2json and SIMD (#1140)
Ben Smith
2019-08-10
1
-0
/
+15
*
Fix fuzzing bugs in wat2wasm (#1129)
Ben Smith
2019-07-24
3
-2
/
+20
[next]