index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
17
-631
/
+1142
*
Issue a nicer error message on wasm components. (#2515)
Dan Gohman
2024-12-06
8
-31
/
+70
*
CI: Use latest macOS images (#2517)
Soni L.
2024-12-05
1
-2
/
+2
*
README.md: Add notes on installing prebuilt packages (#2514)
Andrew
2024-11-24
1
-0
/
+16
*
interp: Implement EHv4 (#2512)
Soni L.
2024-11-20
6
-4
/
+167
*
binary/wat: Implement EHv4 (#2470)
Soni L.
2024-11-20
43
-1321
/
+2011
*
wast-parser.cc: Fix a crash from failing (module quote ...) (#2509)
Keith Winstein
2024-11-12
2
-2
/
+12
*
wasm2c: minor code cleanup for OS checks for segue
Shravan Narayan
2024-11-11
1
-1
/
+5
*
wasm2c: disable segue in clang8 due to missing fsgsbase support
Shravan Narayan
2024-11-11
1
-5
/
+5
*
test/run-roundtrip.py: test roundtrip even with --stdout (#2505)
Keith Winstein
2024-11-11
2
-8
/
+19
*
Add support for the custom-page-sizes proposal (#2502)
Keith Winstein
2024-11-08
44
-132
/
+602
*
wat-writer.cc: update text serialization of data memuse (#2501)
Keith Winstein
2024-11-07
2
-1
/
+9
*
wasm-decompile: Fix unescaped characters in data output. (#2500)
fedosgad
2024-11-04
1
-1
/
+1
*
test: Move legacy exception handling tests (NFC) (#2498)
Soni L.
2024-10-31
17
-734
/
+119
*
Update testsuite (#2495)
Keith Winstein
2024-10-30
51
-677
/
+1635
*
Fix label 'for' attributes to match input 'id's in demo (#2499)
Leo Toneff
2024-10-30
2
-2
/
+2
*
interp: Handle ref.null exn (#2497)
Soni L.
2024-10-29
6
-1
/
+44
*
binary-reader-ir: Track usage of exception handling in features_used (#2496)
Soni L.
2024-10-29
1
-0
/
+15
*
wasm2c: Cleanup TLS: check for __thread and declare TLS vars only when needed
Shravan Narayan
2024-10-28
3
-3
/
+10
*
lexer-keywords.txt: Recognize exn and exnref (#2493)
Soni L.
2024-10-24
2
-828
/
+846
*
[EH] Fix exnref's opcode (#2492)
Heejin Ahn
2024-10-21
1
-1
/
+1
*
wasm2c: Reset the segment register after call_indirect as the register may ha...
Shravan Narayan
2024-10-18
3
-0
/
+9
*
type.h: Introduce ExnRef (#2489)
Soni L.
2024-10-17
2
-1
/
+8
*
wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macro
Shravan Narayan
2024-10-14
12
-287
/
+117
*
wasm-interp: Fix off-by-one in DoThrow (#2486)
Soni L.
2024-10-08
2
-1
/
+21
*
wasm-decompile: add function index comments (#2482)
Kirill R.
2024-10-08
9
-20
/
+20
*
Raise parse error on NaN in i32 and i64 literals (#2485)
James Ring
2024-10-08
3
-2
/
+20
*
wasm-interp: Fix catch handlers correctly (#2483)
Soni L.
2024-10-07
8
-16
/
+40
*
wasm2c: Fix handling of locals in setjmp targets (#2479)
Soni L.
2024-10-01
2
-14
/
+60
*
wasm-interp: Fix catch handlers' value stack sizes (#2478)
Soni L.
2024-10-01
2
-8
/
+36
*
Fix call_ref on empty stack (#2472)
Soni L.
2024-09-24
4
-13
/
+20
*
Fix handling of data count without data section (#2432)
Soni L.
2024-09-23
2
-6
/
+25
*
Fix error message for ref.is_null (#2471)
Soni L.
2024-09-23
2
-13
/
+13
*
wasm2c: Use wrappers for function references (#2465)
Soni L.
2024-09-23
7
-10
/
+88
*
[wasm2c] Fix alternate stack deallocation (#2466)
Christian Nieves
2024-09-20
1
-0
/
+1
*
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
14
-31
/
+154
*
[wasm-interp] Fix memory corruption with recursive call_indirect (#2464)
Soni L.
2024-09-18
3
-3
/
+24
*
wasm2c: Segue support for CPUs without wrgsbase instructions
Shravan Narayan
2024-09-06
12
-102
/
+334
*
Add missing relocation types (and delete a non-existent one) (#2457)
SingleAccretion
2024-08-29
4
-16
/
+45
*
Install wasm-rt-impl include files (#2452)
Remko Tronçon
2024-08-11
1
-1
/
+1
*
Harden against invalid alignment (#2411)
Soni L.
2024-08-09
4
-20
/
+61
*
Bump version to 1.0.36 (#2449)
Alex Reinking
2024-07-31
1
-1
/
+1
*
Fix OpenSSL dependency in CMake (#2447)
Steven Johnson
2024-07-31
4
-3
/
+47
*
Fix macro redefinition error when building wasm_rt w/ Android NDK (#2437)
Christian Nieves
2024-07-16
2
-7
/
+7
*
Fix parsing of malformed element section in text format (#2439)
Changqing Jing
2024-07-12
2
-1
/
+10
*
Fix deprecated FetchContent_Populate warning third_party/uvwasi cmake build (...
Changqing Jing
2024-07-11
1
-0
/
+4
*
Upgrade SIMDe submodule to 0.8.2 (#2438)
Michael R. Crusoe
2024-07-09
1
-0
/
+0
*
wasm2c: Segue optimization for modules with a single unshared memory (#2395)
Shravan Narayan
2024-06-26
21
-135
/
+2105
*
Avoid creating temporary vector copies when checking signature (#2435)
Michael Bradshaw
2024-06-24
2
-1
/
+5
[next]