| Commit message (Expand) | Author | Age | Files | Lines |
* | alloca() lives in <stdlib.h> on OpenBSD too (fixes #2216) (#2217) | Landry Breuil | 2023-04-26 | 1 | -1/+1 |
* | wasm2c: Use malloc.h instead of alloca.h for mingw | Shravan Narayan | 2023-04-24 | 1 | -1/+3 |
* | wasm2c.includes.c: replace alloca.h with stdlib.h on FreeBSD (#2212) | Petr Penzin | 2023-04-22 | 1 | -0/+2 |
* | wasm2c: serialize types at wasm2c-time (#2120) | Keith Winstein | 2023-01-25 | 1 | -0/+1 |
* | wasm2c: Avoid unnecessary heap allocation in wasm_rt_register_func_type. NFC ... | Sam Clegg | 2022-11-08 | 1 | -0/+1 |
* | wasm2c: implement the bulk memory operations proposal (#1877) | Keith Winstein | 2022-09-21 | 1 | -0/+1 |
* | wasm2c: support for module instancing (#1814) | Yuhan Deng | 2022-09-16 | 1 | -0/+1 |
* | wasm2c: implement the exception-handling proposal (#1930) | Keith Winstein | 2022-07-14 | 1 | -0/+6 |
* | wasm2c: simplify handling of templated code (#1940) | Keith Winstein | 2022-07-11 | 1 | -0/+2 |