index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wasm2c
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macro
Shravan Narayan
2024-10-14
1
-27
/
+7
*
wasm2c: Add segue option to make exclusive use of the segment register
Shravan Narayan
2024-09-18
1
-17
/
+17
*
wasm2c: Segue support for CPUs without wrgsbase instructions
Shravan Narayan
2024-09-06
1
-24
/
+52
*
wasm2c: Segue optimization for modules with a single unshared memory (#2395)
Shravan Narayan
2024-06-26
1
-13
/
+58
*
Correct wasm2c example Makefiles (#2426)
David Rubin
2024-06-03
5
-9
/
+14
*
wasm2c: Cleanup examples makefile
Shravan Narayan
2024-02-12
2
-6
/
+2
*
Update wasm2c examples (#2358)
Keith Winstein
2023-12-15
2
-56
/
+49
*
wasm2c: Cleanup/separate code for heap and stack signal handlers
Shravan Narayan
2023-12-14
1
-1
/
+1
*
w2c runtime: add per-thread init/free API (#2332)
Keith Winstein
2023-12-04
3
-0
/
+131
*
wasm2c: implement the tail-call proposal (#2272)
Keith Winstein
2023-10-24
2
-5
/
+30
*
[wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292)
Sam Clegg
2023-09-09
1
-15
/
+15
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
1
-5
/
+18
*
wasm2c: add link to clang bug on mips force read constraint
Shravan Narayan
2023-07-30
1
-0
/
+1
*
wasm2c: ensure force read constraints compile for clang on mips
Shravan Narayan
2023-07-30
1
-20
/
+28
*
wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)
Keith Winstein
2023-05-12
2
-136
/
+1
*
wasm2c: Enable exceptions and simd according to command line flags
Shravan Narayan
2023-05-02
5
-4
/
+12
*
wasm2c: Separate the macros for allocation and bounds checks strategies
Shravan Narayan
2023-04-12
1
-1
/
+1
*
wasm2c: multiple .c outputs (#2146)
Yuhan Deng
2023-04-05
1
-21
/
+25
*
c-writer.cc: Add local symbol prefix. (#2171)
Yuhan Deng
2023-03-15
1
-16
/
+16
*
wasm2c: prettify/change name mangling (#2142)
Keith Winstein
2023-02-23
6
-60
/
+47
*
wasm2c: add SIMD support (#2119)
Willy R. Vasquez
2023-01-29
2
-0
/
+130
*
Make wasm2c output UBSAN-clean (and run w2c CI w/ UBSAN) (#2080)
Keith Winstein
2023-01-28
1
-2
/
+8
*
wasm2c: serialize types at wasm2c-time (#2120)
Keith Winstein
2023-01-25
7
-31
/
+114
*
Update wasm2c examples to reflect new wasm_rt_allocate_memory() parameter (#2...
Keith Winstein
2023-01-22
2
-1
/
+12
*
Update wasm2c fac.c example (#2067)
Keith Winstein
2022-11-15
1
-4
/
+2
*
Update testsuite (#2054)
Sam Clegg
2022-11-13
1
-24
/
+25
*
wasm2c examples print usage messages for missing arguments (#2028)
Shravan Narayan
2022-10-31
2
-1
/
+9
*
wasm2c: implement the reference-types proposal (#1887)
Keith Winstein
2022-10-03
1
-43
/
+81
*
wasm2c cleanup: eliminate unused initialization functions in output (#1999)
Keith Winstein
2022-09-21
1
-24
/
+0
*
wasm2c: implement the bulk memory operations proposal (#1877)
Keith Winstein
2022-09-21
1
-9
/
+100
*
wasm2c: support for module instancing (#1814)
Yuhan Deng
2022-09-16
4
-55
/
+86
*
Simplify export declarations in wasm2c output. NFC (#1966)
Sam Clegg
2022-08-23
1
-1
/
+2
*
wasm2c: implement the exception-handling proposal (#1930)
Keith Winstein
2022-07-14
1
-1
/
+10
*
wasm2c: run tests with -O2 on non-Windows (#1939)
Keith Winstein
2022-07-11
1
-0
/
+130
*
Format wasm2c templated code (#1942)
Keith Winstein
2022-07-08
1
-90
/
+115
*
wasm2c: Avoid unnecessary `extern` in function decls. NFC (#1910)
Sam Clegg
2022-04-29
1
-2
/
+2
*
wasm2c: export free() function to free module state (#1901)
Keith Winstein
2022-04-14
4
-1
/
+11
*
wasm2c: Always use a module prefix and set one by default (#1897)
Sam Clegg
2022-04-14
5
-31
/
+19
*
Fix spelling typo in wasm2c output. NFC (#1900)
Sam Clegg
2022-04-14
2
-2
/
+2
*
Remove signature mangling from wasm2c output (#1896)
Sam Clegg
2022-04-14
4
-12
/
+12
*
wasm2c: use signal handler to detect stack exhaustion (#1875)
Keith Winstein
2022-04-04
3
-16
/
+36
*
Add windows implementation of wasm2c runtime (#1843)
Sam Clegg
2022-03-09
3
-28
/
+103
*
Improve wasm2c example update process. NFC (#1857)
Sam Clegg
2022-03-08
2
-5
/
+21
*
Update wasm2c example output. NFC (#1851)
Sam Clegg
2022-03-07
2
-73
/
+140
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
2
-16
/
+16
*
[wasm2c] Add rot13 example (#1384)
Ben Smith
2020-04-14
6
-54
/
+170
*
More work on the wasm2c documentation (#835)
Ben Smith
2018-05-22
5
-0
/
+329