index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the custom-page-sizes proposal (#2502)
Keith Winstein
2024-11-08
1
-1
/
+2
*
interp: Handle ref.null exn (#2497)
Soni L.
2024-10-29
1
-0
/
+17
*
[wasm-interp] Fix memory corruption with recursive call_indirect (#2464)
Soni L.
2024-09-18
1
-2
/
+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
1
-0
/
+3
*
Update testsuite and corresponding update to comment parser (#2416)
Sam Clegg
2024-05-13
1
-2
/
+2
*
wasm2c: implement the tail-call proposal (#2272)
Keith Winstein
2023-10-24
1
-10
/
+11
*
Rename wasm-opcodecnt to wasm-stats (#2298)
Soni L
2023-09-19
1
-7
/
+6
*
wasm-strip: add `-R/--remove-section` option (#2282)
Diego Frias
2023-08-18
1
-2
/
+16
*
spectest-interp: assert_malformed must error in reader alone (#2252)
Keith Winstein
2023-06-12
1
-11
/
+92
*
Add error when parameter size does not match on wasm-interp run-export (#2250)
Raphael Amorim
2023-06-09
1
-0
/
+7
*
wasm2c: partial support for atomic memory ops
Shravan Narayan
2023-05-17
1
-1
/
+2
*
Track use of SIMD and exceptions in IR, and CWriter includes support only if ...
Keith Winstein
2023-05-08
1
-1
/
+0
*
wasm2c: Enable exceptions and simd according to command line flags
Shravan Narayan
2023-05-02
1
-2
/
+3
*
Make sure (IR) Validator and BinaryReaderInterp agree re: validity (#2219)
Keith Winstein
2023-04-27
1
-0
/
+55
*
wasm2c: multiple .c outputs (#2146)
Yuhan Deng
2023-04-05
1
-5
/
+39
*
wasm2c: use CHECK_RESULT throughout workhorse function (NFC) (#2183)
Keith Winstein
2023-03-30
1
-53
/
+44
*
Silence warnings on GCC 12 (#2177)
Keith Winstein
2023-03-22
1
-4
/
+2
*
wasm-interp: Add --run-export and --argument (#2176)
Raphael Amorim
2023-03-19
1
-0
/
+114
*
wasm2c: implement the extended const expressions proposal (#2162)
Keith Winstein
2023-03-08
1
-1
/
+1
*
Fix longstanding typo (#2160)
Soni L
2023-03-05
1
-1
/
+1
*
Always do a full roundtrip in run-roundtrip.py (#1661)
Sam Clegg
2023-02-28
2
-12
/
+24
*
Replace MakeUnique with c++14 std::make_unique (#2152)
Keith Winstein
2023-02-27
1
-11
/
+11
*
wasm-strip: Add `-k/--keep-section` flag to prevent sections with specific na...
Surma
2023-02-09
1
-2
/
+27
*
wasm2c: Initial implementation of memory64 (#2086)
Sam Clegg
2023-01-12
1
-1
/
+1
*
Implement Relaxed SIMD proposal (#1994)
Marcus Better
2022-11-30
1
-18
/
+50
*
Switch from `typedef` to using `using` in C++ code. NFC (#2066)
Sam Clegg
2022-11-15
2
-17
/
+17
*
Update testsuite (#2054)
Sam Clegg
2022-11-13
1
-0
/
+1
*
WastLexer: log lexing errors directly (#2013)
Keith Winstein
2022-10-03
4
-8
/
+8
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
13
-130
/
+130
*
wasm2c: implement the bulk memory operations proposal (#1877)
Keith Winstein
2022-09-21
1
-1
/
+0
*
[spectest-interp] Fix SIMD lane extraction bug (#1993)
Marcus Better
2022-09-17
1
-52
/
+48
*
wasm2c: implement the exception-handling proposal (#1930)
Keith Winstein
2022-07-14
1
-2
/
+3
*
Change description of calling wat2wasm without -o flag (#1943)
Mark Irish
2022-07-08
1
-1
/
+1
*
wast2json: write binary modules verbatim (#1932)
Ben Smith
2022-06-03
1
-0
/
+1
*
wat2wasm: support "-" for outputting to stdout (#1692) (#1902)
Remko Tronçon
2022-04-20
1
-2
/
+7
*
wasm2c: Always use a module prefix and set one by default (#1897)
Sam Clegg
2022-04-14
2
-3
/
+18
*
update br_table validation rule + enforce module validity in spectest-interp ...
Keith Winstein
2022-04-13
1
-2
/
+5
*
wasm-strip: Add support for -o argument (#1862)
Sam Clegg
2022-03-10
1
-18
/
+26
*
Add missing wasm2c feature flags (#1836)
Soni L
2022-02-22
1
-1
/
+2
*
wasm2c: run multi-memory tests (#1834)
Keith Winstein
2022-02-17
1
-6
/
+13
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
6
-55
/
+54
*
Use C++17 pair destructuring for loops (#1827)
Sam Clegg
2022-02-11
1
-11
/
+6
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
12
-84
/
+82
*
Remove redundant `BindImports` call (NFC) (#1791)
Heejin Ahn
2021-12-20
1
-1
/
+0
*
Fix type names for function references (#1787)
Sam Clegg
2021-12-13
1
-4
/
+6
*
Add error locations to BinaryReaderInterp (#1780)
Sam Clegg
2021-12-09
2
-4
/
+6
*
Add specification tests for exception handling proposal (#1764)
Asumu Takikawa
2021-12-06
1
-2
/
+43
*
wasm-strip: enable all features during wasm-strip (#1758)
Sam Clegg
2021-11-08
1
-0
/
+1
*
Avoid changing directory in run-spec-wasm2c.py and honor --print-cmd. NFC (#1...
Sam Clegg
2021-10-14
1
-5
/
+7
[next]