index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...
HEAD
main
Keith Winstein
2024-12-17
7
-270
/
+447
*
Issue a nicer error message on wasm components. (#2515)
Dan Gohman
2024-12-06
1
-11
/
+34
*
interp: Implement EHv4 (#2512)
Soni L.
2024-11-20
3
-4
/
+105
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
22
-1311
/
+1822
*
wast-parser.cc: Fix a crash from failing (module quote ...) (#2509)
Keith Winstein
2024-11-12
1
-2
/
+4
*
Add support for the custom-page-sizes proposal (#2502)
Keith Winstein
2024-11-08
16
-107
/
+246
*
wat-writer.cc: update text serialization of data memuse (#2501)
Keith Winstein
2024-11-07
1
-1
/
+5
*
wasm-decompile: Fix unescaped characters in data output. (#2500)
fedosgad
2024-11-04
1
-1
/
+1
*
Update testsuite (#2495)
Keith Winstein
2024-10-30
4
-3
/
+26
*
interp: Handle ref.null exn (#2497)
Soni L.
2024-10-29
5
-1
/
+38
*
binary-reader-ir: Track usage of exception handling in features_used (#2496)
Soni L.
2024-10-29
1
-0
/
+15
*
lexer-keywords.txt: Recognize exn and exnref (#2493)
Soni L.
2024-10-24
2
-828
/
+846
*
wasm2c: Reset the segment register after call_indirect as the register may ha...
Shravan Narayan
2024-10-18
1
-0
/
+3
*
type.h: Introduce ExnRef (#2489)
Soni L.
2024-10-17
1
-0
/
+3
*
wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macro
Shravan Narayan
2024-10-14
3
-76
/
+19
*
wasm-interp: Fix off-by-one in DoThrow (#2486)
Soni L.
2024-10-08
1
-1
/
+2
*
wasm-decompile: add function index comments (#2482)
Kirill R.
2024-10-08
1
-2
/
+2
*
Raise parse error on NaN in i32 and i64 literals (#2485)
James Ring
2024-10-08
1
-2
/
+4
*
wasm-interp: Fix catch handlers correctly (#2483)
Soni L.
2024-10-07
3
-13
/
+21
*
wasm2c: Fix handling of locals in setjmp targets (#2479)
Soni L.
2024-10-01
1
-14
/
+35
*
wasm-interp: Fix catch handlers' value stack sizes (#2478)
Soni L.
2024-10-01
1
-8
/
+14
*
Fix call_ref on empty stack (#2472)
Soni L.
2024-09-24
1
-11
/
+4
*
Fix handling of data count without data section (#2432)
Soni L.
2024-09-23
1
-6
/
+11
*
Fix error message for ref.is_null (#2471)
Soni L.
2024-09-23
1
-12
/
+11
*
wasm2c: Use wrappers for function references (#2465)
Soni L.
2024-09-23
2
-6
/
+65
*
Use intrinsic for Popcount on arm64 msvc (#2468)
Changqing Jing
2024-09-19
1
-15
/
+2
*
wasm2c: Add segue option to make exclusive use of the segment register
Shravan Narayan
2024-09-18
3
-2
/
+28
*
[wasm-interp] Fix memory corruption with recursive call_indirect (#2464)
Soni L.
2024-09-18
2
-3
/
+4
*
wasm2c: Segue support for CPUs without wrgsbase instructions
Shravan Narayan
2024-09-06
3
-15
/
+63
*
Add missing relocation types (and delete a non-existent one) (#2457)
SingleAccretion
2024-08-29
3
-14
/
+39
*
Harden against invalid alignment (#2411)
Soni L.
2024-08-09
2
-18
/
+37
*
Fix parsing of malformed element section in text format (#2439)
Changqing Jing
2024-07-12
1
-1
/
+1
*
wasm2c: Segue optimization for modules with a single unshared memory (#2395)
Shravan Narayan
2024-06-26
3
-32
/
+233
*
Avoid creating temporary vector copies when checking signature (#2435)
Michael Bradshaw
2024-06-24
1
-1
/
+1
*
[wasm-objdump] Fix reporting of imported 64-bit tables (#2425)
Sam Clegg
2024-05-22
1
-0
/
+3
*
wasm2c: Use wabt::StripExtension (#2424)
Soni L
2024-05-20
1
-13
/
+3
*
Update testsuite and implement table64 (#2418)
Sam Clegg
2024-05-15
10
-122
/
+191
*
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
6
-1070
/
+1079
*
Revert manual changes to src/prebuilt/lexer-keywords.cc. NFC (#2412)
Sam Clegg
2024-05-03
2
-13
/
+20
*
Add macOS arm64 support and CI testing (#2406)
Soni L
2024-03-26
2
-0
/
+6
*
Add support for new WASM_SEGMENT_FLAG_RETAIN segment flag (#2399)
Yuta Saito
2024-03-11
1
-0
/
+4
*
Fix rot13 test on big-endian platforms (#2386)
Soni L
2024-02-08
1
-0
/
+11
*
wasm2c: Implement big-endian SIMD (#2340)
Soni L
2024-02-06
3
-73
/
+723
*
Remove unnecessary restriction (#2378)
Soni L
2024-01-31
2
-45
/
+37
*
wasm2c: atomic and shared mem operations using c11
Shravan Narayan
2024-01-30
4
-433
/
+466
*
Fix emscripten build warning and add missing export (#2367)
Changqing Jing
2024-01-19
1
-1
/
+1
*
Fix Features of wabt.post.js can't work in strict mode (#2365)
Changqing Jing
2024-01-16
1
-1
/
+1
*
Handle zero local count in disassembly (#2359)
Rod Vagg
2024-01-03
1
-5
/
+7
*
wasm2c: Cleanup/separate code for heap and stack signal handlers
Shravan Narayan
2023-12-14
2
-2
/
+2
[next]