index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm-interp: Fix catch handlers' value stack sizes (#2478)
Soni L.
2024-10-01
1
-0
/
+22
*
Fix call_ref on empty stack (#2472)
Soni L.
2024-09-24
3
-2
/
+16
*
Fix handling of data count without data section (#2432)
Soni L.
2024-09-23
1
-0
/
+14
*
Fix error message for ref.is_null (#2471)
Soni L.
2024-09-23
1
-1
/
+2
*
wasm2c: Use wrappers for function references (#2465)
Soni L.
2024-09-23
3
-3
/
+15
*
wasm2c: Add segue option to make exclusive use of the segment register
Shravan Narayan
2024-09-18
6
-9
/
+75
*
[wasm-interp] Fix memory corruption with recursive call_indirect (#2464)
Soni L.
2024-09-18
1
-0
/
+20
*
wasm2c: Segue support for CPUs without wrgsbase instructions
Shravan Narayan
2024-09-06
6
-63
/
+159
*
Harden against invalid alignment (#2411)
Soni L.
2024-08-09
2
-2
/
+24
*
Fix parsing of malformed element section in text format (#2439)
Changqing Jing
2024-07-12
1
-0
/
+9
*
wasm2c: Segue optimization for modules with a single unshared memory (#2395)
Shravan Narayan
2024-06-26
6
-89
/
+444
*
[wasm-objdump] Fix reporting of imported 64-bit tables (#2425)
Sam Clegg
2024-05-22
1
-6
/
+13
*
wasm2c: Use wabt::StripExtension (#2424)
Soni L
2024-05-20
1
-0
/
+3
*
Update testsuite and implement table64 (#2418)
Sam Clegg
2024-05-15
31
-109
/
+3986
*
Fix bug in wasm2c's tail-call optimization code generation (#2420)
Christian Nieves
2024-05-14
1
-1
/
+1
*
Update testsuite and corresponding update to comment parser (#2416)
Sam Clegg
2024-05-13
35
-612
/
+826
*
Suppress pass-failed warnings (#2404)
Soni L
2024-03-25
1
-0
/
+3
*
Add support for new WASM_SEGMENT_FLAG_RETAIN segment flag (#2399)
Yuta Saito
2024-03-11
1
-2
/
+6
*
wasm2c: Implement big-endian SIMD (#2340)
Soni L
2024-02-06
3
-2
/
+39
*
wasm2c: atomic and shared mem operations using c11
Shravan Narayan
2024-01-30
2
-32
/
+52
*
Handle zero local count in disassembly (#2359)
Rod Vagg
2024-01-03
1
-0
/
+27
*
wasm2c: Cleanup/separate code for heap and stack signal handlers
Shravan Narayan
2023-12-14
6
-6
/
+6
*
[wasm-objdump] set function types for correct params+locals indexing (#2353)
Rod Vagg
2023-12-13
1
-1
/
+1
*
wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346)
Keith Winstein
2023-12-05
2
-2
/
+63
*
WastParser: tighten parsing of folded `if` (#2349)
Keith Winstein
2023-12-05
3
-33
/
+5
*
[wasm-objdump] Print i64 values as unsigned (#2344)
Rod Vagg
2023-12-01
1
-4
/
+4
*
wasm2c: Test STDIN_FILE error output line numbers (#2341)
Soni L
2023-11-29
2
-0
/
+14
*
Add support for new WASM_SYMBOL_ABS symbol flag (#2305)
Sam Clegg
2023-11-28
1
-4
/
+12
*
Make run-spec-wasm2c platform-consistent (#2335)
Soni L
2023-11-28
6
-69
/
+8
*
Update ID for tag name subsection (#2336)
Michael Williamson
2023-11-27
1
-1
/
+1
*
wasm2c: Fix f64 harness (#2331)
Soni L
2023-11-20
3
-1
/
+49
*
decompiler.cc: fix vector oob when if has empty then (#2334)
Hyxogen
2023-11-20
1
-0
/
+5
*
wasm2c: Improve address abstraction for BE support (#2328)
Soni L
2023-11-14
6
-312
/
+270
*
wasm2c: Fix test harness UB with SIMD (#2327)
Soni L
2023-11-12
6
-4
/
+63
*
Clean up WABT_BIG_ENDIAN handling in tests (#2326)
Soni L
2023-11-12
1
-6
/
+1
*
Update testsuite (#2287)
Keith Winstein
2023-10-24
18
-607
/
+364
*
wasm2c: implement the tail-call proposal (#2272)
Keith Winstein
2023-10-24
10
-22
/
+1120
*
feat: treat non-seekable files as pipes (#2309)
sethp
2023-10-02
3
-1
/
+11
*
Rename wasm-opcodecnt to wasm-stats (#2298)
Soni L
2023-09-19
7
-18
/
+17
*
Implement custom section reading/writing (#2284)
Diego Frias
2023-09-15
5
-3
/
+40
*
[wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292)
Sam Clegg
2023-09-09
5
-75
/
+75
*
[wasm2c] Add '-Wno-array-bounds' when building wasm2c output (#2293)
Sam Clegg
2023-09-08
1
-0
/
+1
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
22
-73
/
+164
*
Validator: normalize handling of Select in ExprVisitor Delegate (#2285)
Keith Winstein
2023-08-23
3
-9
/
+0
*
wasm-strip: add `-R/--remove-section` option (#2282)
Diego Frias
2023-08-18
1
-0
/
+36
*
wat-writer.cc: resolve missing type index in call_indirect (#2278)
Keith Winstein
2023-07-31
1
-0
/
+24
*
c-writer.cc: clean up handling of functions & tags (NFC) (#2271)
Keith Winstein
2023-07-31
3
-11
/
+11
*
decompiler.cc: passive data segments do not have offsets (#2163)
mannkdev
2023-07-30
1
-0
/
+9
*
wasm2c: add link to clang bug on mips force read constraint
Shravan Narayan
2023-07-30
5
-0
/
+5
*
wasm2c: ensure force read constraints compile for clang on mips
Shravan Narayan
2023-07-30
5
-100
/
+140
[next]