summaryrefslogtreecommitdiff
path: root/wasm2c/examples/rot13
Commit message (Expand)AuthorAgeFilesLines
* Correct wasm2c example Makefiles (#2426)David Rubin2024-06-031-4/+7
* wasm2c: Cleanup examples makefileShravan Narayan2024-02-121-3/+1
* Update wasm2c examples (#2358)Keith Winstein2023-12-151-4/+4
* wasm2c: Enable exceptions and simd according to command line flagsShravan Narayan2023-05-021-1/+1
* 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-142-7/+5
* 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
* Add windows implementation of wasm2c runtime (#1843)Sam Clegg2022-03-091-1/+1
* Improve wasm2c example update process. NFC (#1857)Sam Clegg2022-03-081-3/+11
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-14/+14
* [wasm2c] Add rot13 example (#1384)Ben Smith2020-04-143-0/+158