summaryrefslogtreecommitdiff
path: root/wasm2c
Commit message (Expand)AuthorAgeFilesLines
* [wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292)Sam Clegg2023-09-091-15/+15
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-5/+18
* wasm2c: add link to clang bug on mips force read constraintShravan Narayan2023-07-301-0/+1
* wasm2c: ensure force read constraints compile for clang on mipsShravan Narayan2023-07-301-20/+28
* wasm2c: add cpp guard in wasm2c exceptions headerShravan Narayan2023-06-221-0/+8
* wasm2c: partial support for atomic memory opsShravan Narayan2023-05-172-1/+4
* wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)Keith Winstein2023-05-122-136/+1
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-0211-132/+180
* wasm2c: reduce the max exceptions sizeShravan Narayan2023-05-011-1/+1
* wasm-rt-impl: reset g_signal_handler_installed in wasm_rt_free (#2209)Keith Winstein2023-04-211-0/+1
* wasm2c: Misc docs and inline comment fixesShravan Narayan2023-04-132-17/+11
* wasm2c: Add optional WASM_RT_GROW_FAILED_HANDLER to be notified of memory gro...Shravan Narayan2023-04-122-2/+22
* wasm2c: Separate the macros for allocation and bounds checks strategiesShravan Narayan2023-04-124-53/+138
* wasm2c: add signature for the wasm2c trap handler if definedShravan Narayan2023-04-102-4/+8
* wasm2c: multiple .c outputs (#2146)Yuhan Deng2023-04-051-21/+25
* Fix grammatical error (#2179)David Park2023-03-241-1/+1
* c-writer.cc: Add local symbol prefix. (#2171)Yuhan Deng2023-03-152-30/+30
* wasm2c: prettify/change name mangling (#2142)Keith Winstein2023-02-237-137/+112
* wasm2c: add SIMD support (#2119)Willy R. Vasquez2023-01-294-0/+133
* Make wasm2c output UBSAN-clean (and run w2c CI w/ UBSAN) (#2080)Keith Winstein2023-01-281-2/+8
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-2511-162/+157
* Update wasm2c examples to reflect new wasm_rt_allocate_memory() parameter (#2...Keith Winstein2023-01-224-8/+21
* wasm-rt.h: Use thread-local storage for traps/exceptions on MSVCKeith Winstein2023-01-161-1/+3
* wasm2c: Initial implementation of memory64 (#2086)Sam Clegg2023-01-122-17/+29
* wasm2c rt: mark temp storage for traps/exceptions as thread_local (#2126)Keith Winstein2023-01-123-10/+16
* wasm2c: eliminate wasm_rt_register_tag() (#2122)Keith Winstein2023-01-113-18/+12
* wasm2c: harden set/longjmp to check for uninit jmp_bufShravan Narayan2023-01-033-12/+32
* Update wasm2c fac.c example (#2067)Keith Winstein2022-11-151-4/+2
* Update testsuite (#2054)Sam Clegg2022-11-131-24/+25
* wasm2c: Avoid unnecessary heap allocation in wasm_rt_register_func_type. NFC ...Sam Clegg2022-11-081-8/+20
* wasm2c: cleanup function type indexes when calling wasm_rt_freeShravan Narayan2022-11-071-0/+9
* wasm2c: add hook to allow a custom trap handlerShravan Narayan2022-11-073-3/+23
* wasm2c: Uninstall sighandler in os_cleanup_signal_handler (#2043)Sam Clegg2022-11-071-0/+13
* wasm2c: Fix 8gb model, signals, memory reserve/commits, stack depth on windowsShravan Narayan2022-11-053-83/+148
* Allow use of guard pages without requiring a signal handlerShravan Narayan2022-11-022-6/+10
* wasm2c examples print usage messages for missing arguments (#2028)Shravan Narayan2022-10-312-1/+9
* wasm2c: implement the reference-types proposal (#1887)Keith Winstein2022-10-034-81/+200
* wasm2c cleanup: eliminate unused initialization functions in output (#1999)Keith Winstein2022-09-211-24/+0
* wasm2c: implement the bulk memory operations proposal (#1877)Keith Winstein2022-09-212-11/+102
* wasm2c: support for module instancing (#1814)Yuhan Deng2022-09-167-81/+311
* Update declaration of wasm_rt_get/set_unwind_target. NFC (#1967)Sam Clegg2022-08-231-2/+2
* Simplify export declarations in wasm2c output. NFC (#1966)Sam Clegg2022-08-231-1/+2
* wasm2c/README.md: document runtime symbols needed for exceptions (#1960)Keith Winstein2022-08-152-2/+50
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-144-8/+118
* wasm2c: Use static for wasm-rt globals. NFC (#1945)Sam Clegg2022-07-132-14/+15
* wasm2c: run tests with -O2 on non-Windows (#1939)Keith Winstein2022-07-114-84/+143
* Format wasm2c templated code (#1942)Keith Winstein2022-07-081-90/+115
* Fix javadoc-style comment formatting. NFC (#1912)Sam Clegg2022-04-292-18/+33
* wasm2c: Avoid unnecessary `extern` in function decls. NFC (#1910)Sam Clegg2022-04-293-26/+24
* wasm2c: export free() function to free module state (#1901)Keith Winstein2022-04-147-83/+98