summaryrefslogtreecommitdiff
path: root/wasm2c/examples/rot13/main.c
Commit message (Expand)AuthorAgeFilesLines
* wasm2c: prettify/change name mangling (#2142)Keith Winstein2023-02-231-31/+17
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-251-3/+0
* Update wasm2c examples to reflect new wasm_rt_allocate_memory() parameter (#2...Keith Winstein2023-01-221-1/+1
* wasm2c examples print usage messages for missing arguments (#2028)Shravan Narayan2022-10-311-0/+5
* wasm2c: support for module instancing (#1814)Yuhan Deng2022-09-161-29/+43
* 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-7/+3
* Remove signature mangling from wasm2c output (#1896)Sam Clegg2022-04-141-7/+7
* wasm2c: use signal handler to detect stack exhaustion (#1875)Keith Winstein2022-04-041-0/+7
* [wasm2c] Add rot13 example (#1384)Ben Smith2020-04-141-0/+93