summaryrefslogtreecommitdiff
path: root/test/reduce
Commit message (Expand)AuthorAgeFilesLines
* [wasm-reduce] Reduce struct.new arguments away when possible (#7118)HEADmainAlon Zakai2024-12-302-0/+44
* [wasm-reduce] Do not crash on non-func element segments (#6778)Thomas Lively2024-07-262-1/+24
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-1/+3
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-1/+1
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-245-6/+6
* StackIR: Remove nops (#5746)Alon Zakai2023-05-301-1/+0
* [NFC] Avoid unneeded work in GTO (#5304)Alon Zakai2022-11-303-12/+4
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-233-4/+12
* Remove passive keyword from data segment parser (#3757)Abbas Mashayekh2021-03-301-1/+1
* wasm-reduce: Fix setting of feature flags after loading (#3493)Alon Zakai2021-01-152-0/+42
* Remove function index printing (#2742)Thomas Lively2020-04-094-6/+6
* Remove FunctionType (#2510)Thomas Lively2019-12-114-11/+11
* test updateAlon Zakai (kripken)2019-03-311-17/+8
* Compare binaryen fuzz-exec to JS VMs (#1856)Alon Zakai2019-01-101-5/+2
* Massive renaming (#1855)Thomas Lively2019-01-073-3/+3
* Fuzzing: log values during execution (#1779)Alon Zakai2018-11-301-0/+5
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-1/+1
* More #1678 fixes (#1685)Alon Zakai2018-09-202-0/+23
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-1/+1
* Binary format local parsing fixes (#1664)Alon Zakai2018-09-111-1/+1
* Optimize wasm-reduce (#1359)Alon Zakai2018-01-201-16/+16
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-102-2/+0
* Update call_indirect text syntax to match spec update (#1281)Derek Schuff2017-11-132-4/+4
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-203-6/+6
* Avoid new blocks in binary reading/writing (#1165)Alon Zakai2017-09-121-8/+6
* wasm-reduce tool (#1139)Alon Zakai2017-09-016-0/+112