summaryrefslogtreecommitdiff
path: root/test/example/c-api-unused-mem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove AutoDrop (#7106)Thomas Lively2024-11-221-1/+0
* C API: Use segment names (#6254)ericvergnaud2024-02-011-8/+12
* [C-/JS-API] Add new BinaryenMemoryIs64 API + add memory64 argument for Binary...Max Graey2022-09-121-0/+2
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-8/+22
* [C API] Fix printf-related warnings when compiling C tests (NFC) (#4821)dcode2022-07-251-1/+1
* Clang-format c/cpp files in test directory (#4192)Heejin Ahn2021-09-291-22/+47
* [Wasm GC] Fix MergeBlocks on BrOn (#3702)Alon Zakai2021-03-181-2/+2
* Use stdbool boolean instead of int to represent boolean values in C API (#3670)Paulo Matos2021-03-171-2/+2
* Remove FunctionType (#2510)Thomas Lively2019-12-111-11/+14
* Ensure example tests validate (#2470)Heejin Ahn2019-11-261-4/+7
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-8/+12
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-2/+2
* Passive segments (#1976)Thomas Lively2019-04-051-3/+4
* Relooper CFG optimizations (#1759)Alon Zakai2018-11-211-2/+2
* Shared memory support for add memory import and set memory functions. (#1686)Nidin Vinayakan2018-10-111-2/+2
* Add optimize, shrink level and debug info options to C/JS (#1357)Daniel Wirtz2018-01-171-0/+1
* Add getters for various specific expression fields to C/JS (#1332)Daniel Wirtz2017-12-201-3/+3
* Provide AddImport/AddExport for each element in the C-API (#1292)Daniel Wirtz2017-11-221-2/+2
* Update binaryen-c/binaryen.js, fixes #1028, fixes #1029 (#1030)Daniel Wirtz2017-06-071-5/+5
* mark memory as existing when it is created in the C APIAlon Zakai (kripken)2017-01-041-0/+93