index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
wasm2c.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm2c: Use wabt::StripExtension (#2424)
Soni L
2024-05-20
1
-13
/
+3
*
wasm2c: implement the tail-call proposal (#2272)
Keith Winstein
2023-10-24
1
-10
/
+11
*
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
*
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
*
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
*
wasm2c: Initial implementation of memory64 (#2086)
Sam Clegg
2023-01-12
1
-1
/
+1
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-15
/
+15
*
wasm2c: implement the bulk memory operations proposal (#1877)
Keith Winstein
2022-09-21
1
-1
/
+0
*
wasm2c: implement the exception-handling proposal (#1930)
Keith Winstein
2022-07-14
1
-2
/
+3
*
wasm2c: Always use a module prefix and set one by default (#1897)
Sam Clegg
2022-04-14
1
-0
/
+16
*
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
1
-7
/
+8
*
Clang-format codebase (#1684)
Heejin Ahn
2021-12-20
1
-2
/
+1
*
Avoid changing directory in run-spec-wasm2c.py and honor --print-cmd. NFC (#1...
Sam Clegg
2021-10-14
1
-5
/
+7
*
Enable bulk memory by default (#1728)
Sam Clegg
2021-10-13
1
-1
/
+3
*
Use stderr for all logging and error output (#1579)
Sam Clegg
2020-12-03
1
-1
/
+1
*
Add `--version` to wabt tools (#1175)
Amir Bawab
2019-10-09
1
-1
/
+0
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-4
/
+5
*
Move WastLexer out of NameResolver, Validator, etc.
Ben Smith
2018-09-04
1
-2
/
+1
*
Pass Option structs by const reference (#888)
Ben Smith
2018-08-07
1
-4
/
+4
*
Update testsuite; enable mut. globals by default (#884)
Ben Smith
2018-08-03
1
-6
/
+7
*
Add flag to ignore errors in custom sections (#833)
Ben Smith
2018-05-07
1
-1
/
+3
*
Error on running wasm2c with `--enable-*` flags (#825)
Ben Smith
2018-04-06
1
-0
/
+12
*
Add wasm2c tool (#710)
Ben Smith
2018-01-08
1
-0
/
+149