summaryrefslogtreecommitdiff
path: root/wasm2c/examples/fac/fac.h
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)Keith Winstein2023-05-121-15/+1
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-021-0/+4
* wasm2c: prettify/change name mangling (#2142)Keith Winstein2023-02-231-6/+6
* wasm2c: add SIMD support (#2119)Willy R. Vasquez2023-01-291-0/+9
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-251-1/+1
* wasm2c: support for module instancing (#1814)Yuhan Deng2022-09-161-3/+8
* wasm2c: Avoid unnecessary `extern` in function decls. NFC (#1910)Sam Clegg2022-04-291-2/+2
* wasm2c: export free() function to free module state (#1901)Keith Winstein2022-04-141-0/+1
* wasm2c: Always use a module prefix and set one by default (#1897)Sam Clegg2022-04-141-14/+8
* 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-1/+1
* Update wasm2c example output. NFC (#1851)Sam Clegg2022-03-071-0/+3
* [wasm2c] Add rot13 example (#1384)Ben Smith2020-04-141-52/+2
* More work on the wasm2c documentation (#835)Ben Smith2018-05-221-0/+90