summaryrefslogtreecommitdiff
path: root/src/tools/wasm2c-wrapper.h
Commit message (Expand)AuthorAgeFilesLines
* [Fuzzer] Simplify the hang limit mechanism (#5513)Alon Zakai2023-02-231-6/+0
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-021-2/+1
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-6/+4
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-5/+5
* cleanup to allow binaryen to be built in more strict environments (#3566)walkingeyerobot2021-02-161-0/+1
* Fuzzer: Fix wasm2c name mangling (#3228)Alon Zakai2020-10-231-27/+56
* Add new compound Signature, Struct and Array types (#3012)Daniel Wirtz2020-08-241-1/+1
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-201-2/+2
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-6/+5
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-2/+4
* Wasm2c fuzz support: only emit a call to the hang limit function if present (...Alon Zakai2020-07-241-2/+7
* wasm2c signal handler fixes (#2957)Alon Zakai2020-07-141-1/+1
* Fix wasm2c loop (#2816)Alon Zakai2020-04-281-5/+6
* Emcc fuzzing followups (#2812)Alon Zakai2020-04-271-4/+3
* Wasm2c2Wasm Fuzzer: wasm2c + emcc (#2791)Alon Zakai2020-04-241-15/+30
* [fuzzing] wasm2c integration (#2772)Alon Zakai2020-04-221-0/+186