index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wasm2c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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: add cpp guard in wasm2c exceptions header
Shravan Narayan
2023-06-22
1
-0
/
+8
*
wasm2c: partial support for atomic memory ops
Shravan Narayan
2023-05-17
2
-1
/
+4
*
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
11
-132
/
+180
*
wasm2c: reduce the max exceptions size
Shravan Narayan
2023-05-01
1
-1
/
+1
*
wasm-rt-impl: reset g_signal_handler_installed in wasm_rt_free (#2209)
Keith Winstein
2023-04-21
1
-0
/
+1
*
wasm2c: Misc docs and inline comment fixes
Shravan Narayan
2023-04-13
2
-17
/
+11
*
wasm2c: Add optional WASM_RT_GROW_FAILED_HANDLER to be notified of memory gro...
Shravan Narayan
2023-04-12
2
-2
/
+22
*
wasm2c: Separate the macros for allocation and bounds checks strategies
Shravan Narayan
2023-04-12
4
-53
/
+138
*
wasm2c: add signature for the wasm2c trap handler if defined
Shravan Narayan
2023-04-10
2
-4
/
+8
*
wasm2c: multiple .c outputs (#2146)
Yuhan Deng
2023-04-05
1
-21
/
+25
*
Fix grammatical error (#2179)
David Park
2023-03-24
1
-1
/
+1
*
c-writer.cc: Add local symbol prefix. (#2171)
Yuhan Deng
2023-03-15
2
-30
/
+30
*
wasm2c: prettify/change name mangling (#2142)
Keith Winstein
2023-02-23
7
-137
/
+112
*
wasm2c: add SIMD support (#2119)
Willy R. Vasquez
2023-01-29
4
-0
/
+133
*
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
11
-162
/
+157
*
Update wasm2c examples to reflect new wasm_rt_allocate_memory() parameter (#2...
Keith Winstein
2023-01-22
4
-8
/
+21
*
wasm-rt.h: Use thread-local storage for traps/exceptions on MSVC
Keith Winstein
2023-01-16
1
-1
/
+3
*
wasm2c: Initial implementation of memory64 (#2086)
Sam Clegg
2023-01-12
2
-17
/
+29
*
wasm2c rt: mark temp storage for traps/exceptions as thread_local (#2126)
Keith Winstein
2023-01-12
3
-10
/
+16
*
wasm2c: eliminate wasm_rt_register_tag() (#2122)
Keith Winstein
2023-01-11
3
-18
/
+12
*
wasm2c: harden set/longjmp to check for uninit jmp_buf
Shravan Narayan
2023-01-03
3
-12
/
+32
*
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: Avoid unnecessary heap allocation in wasm_rt_register_func_type. NFC ...
Sam Clegg
2022-11-08
1
-8
/
+20
*
wasm2c: cleanup function type indexes when calling wasm_rt_free
Shravan Narayan
2022-11-07
1
-0
/
+9
*
wasm2c: add hook to allow a custom trap handler
Shravan Narayan
2022-11-07
3
-3
/
+23
*
wasm2c: Uninstall sighandler in os_cleanup_signal_handler (#2043)
Sam Clegg
2022-11-07
1
-0
/
+13
*
wasm2c: Fix 8gb model, signals, memory reserve/commits, stack depth on windows
Shravan Narayan
2022-11-05
3
-83
/
+148
*
Allow use of guard pages without requiring a signal handler
Shravan Narayan
2022-11-02
2
-6
/
+10
*
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
4
-81
/
+200
*
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
2
-11
/
+102
*
wasm2c: support for module instancing (#1814)
Yuhan Deng
2022-09-16
7
-81
/
+311
*
Update declaration of wasm_rt_get/set_unwind_target. NFC (#1967)
Sam Clegg
2022-08-23
1
-2
/
+2
*
Simplify export declarations in wasm2c output. NFC (#1966)
Sam Clegg
2022-08-23
1
-1
/
+2
*
wasm2c/README.md: document runtime symbols needed for exceptions (#1960)
Keith Winstein
2022-08-15
2
-2
/
+50
*
wasm2c: implement the exception-handling proposal (#1930)
Keith Winstein
2022-07-14
4
-8
/
+118
*
wasm2c: Use static for wasm-rt globals. NFC (#1945)
Sam Clegg
2022-07-13
2
-14
/
+15
*
wasm2c: run tests with -O2 on non-Windows (#1939)
Keith Winstein
2022-07-11
4
-84
/
+143
*
Format wasm2c templated code (#1942)
Keith Winstein
2022-07-08
1
-90
/
+115
*
Fix javadoc-style comment formatting. NFC (#1912)
Sam Clegg
2022-04-29
2
-18
/
+33
*
wasm2c: Avoid unnecessary `extern` in function decls. NFC (#1910)
Sam Clegg
2022-04-29
3
-26
/
+24
*
wasm2c: export free() function to free module state (#1901)
Keith Winstein
2022-04-14
7
-83
/
+98
[next]