summaryrefslogtreecommitdiff
path: root/wasm2c/examples/fac/fac.c
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: harmonize bulk mem ops re: i32/i64 (#2506) + parametrize memchecks pe...HEADmainKeith Winstein2024-12-171-46/+93
* wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macroShravan Narayan2024-10-141-27/+7
* wasm2c: Add segue option to make exclusive use of the segment registerShravan Narayan2024-09-181-17/+17
* wasm2c: Segue support for CPUs without wrgsbase instructionsShravan Narayan2024-09-061-24/+52
* wasm2c: Segue optimization for modules with a single unshared memory (#2395)Shravan Narayan2024-06-261-13/+58
* Update wasm2c examples (#2358)Keith Winstein2023-12-151-52/+45
* wasm2c: Cleanup/separate code for heap and stack signal handlersShravan Narayan2023-12-141-1/+1
* wasm2c: implement the tail-call proposal (#2272)Keith Winstein2023-10-241-4/+28
* [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: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)Keith Winstein2023-05-121-121/+0
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-021-1/+5
* wasm2c: Separate the macros for allocation and bounds checks strategiesShravan Narayan2023-04-121-1/+1
* wasm2c: multiple .c outputs (#2146)Yuhan Deng2023-04-051-21/+25
* c-writer.cc: Add local symbol prefix. (#2171)Yuhan Deng2023-03-151-16/+16
* wasm2c: prettify/change name mangling (#2142)Keith Winstein2023-02-231-10/+10
* wasm2c: add SIMD support (#2119)Willy R. Vasquez2023-01-291-0/+121
* 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-251-23/+36
* Update wasm2c examples to reflect new wasm_rt_allocate_memory() parameter (#2...Keith Winstein2023-01-221-0/+11
* Update wasm2c fac.c example (#2067)Keith Winstein2022-11-151-4/+2
* Update testsuite (#2054)Sam Clegg2022-11-131-24/+25
* wasm2c: implement the reference-types proposal (#1887)Keith Winstein2022-10-031-43/+81
* 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-211-9/+100
* wasm2c: support for module instancing (#1814)Yuhan Deng2022-09-161-19/+24
* Simplify export declarations in wasm2c output. NFC (#1966)Sam Clegg2022-08-231-1/+2
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-141-1/+10
* wasm2c: run tests with -O2 on non-Windows (#1939)Keith Winstein2022-07-111-0/+130
* Format wasm2c templated code (#1942)Keith Winstein2022-07-081-90/+115
* wasm2c: export free() function to free module state (#1901)Keith Winstein2022-04-141-0/+3
* wasm2c: Always use a module prefix and set one by default (#1897)Sam Clegg2022-04-141-3/+3
* Fix spelling typo in wasm2c output. NFC (#1900)Sam Clegg2022-04-141-1/+1
* Remove signature mangling from wasm2c output (#1896)Sam Clegg2022-04-141-2/+2
* wasm2c: use signal handler to detect stack exhaustion (#1875)Keith Winstein2022-04-041-16/+23
* Add windows implementation of wasm2c runtime (#1843)Sam Clegg2022-03-091-26/+101
* Update wasm2c example output. NFC (#1851)Sam Clegg2022-03-071-73/+137
* [wasm2c] Add rot13 example (#1384)Ben Smith2020-04-141-2/+1
* More work on the wasm2c documentation (#835)Ben Smith2018-05-221-0/+203