summaryrefslogtreecommitdiff
path: root/src/template/wasm2c.includes.c
Commit message (Expand)AuthorAgeFilesLines
* alloca() lives in <stdlib.h> on OpenBSD too (fixes #2216) (#2217)Landry Breuil2023-04-261-1/+1
* wasm2c: Use malloc.h instead of alloca.h for mingwShravan Narayan2023-04-241-1/+3
* wasm2c.includes.c: replace alloca.h with stdlib.h on FreeBSD (#2212)Petr Penzin2023-04-221-0/+2
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-251-0/+1
* wasm2c: Avoid unnecessary heap allocation in wasm_rt_register_func_type. NFC ...Sam Clegg2022-11-081-0/+1
* wasm2c: implement the bulk memory operations proposal (#1877)Keith Winstein2022-09-211-0/+1
* wasm2c: support for module instancing (#1814)Yuhan Deng2022-09-161-0/+1
* wasm2c: implement the exception-handling proposal (#1930)Keith Winstein2022-07-141-0/+6
* wasm2c: simplify handling of templated code (#1940)Keith Winstein2022-07-111-0/+2