summaryrefslogtreecommitdiff
path: root/scripts/fuzz_shell.js
Commit message (Expand)AuthorAgeFilesLines
* Fuzz JSPI (#7148)Alon Zakai2024-12-161-16/+63
* Fuzzer: Add call-ref, call-ref-catch imports (#7137)Alon Zakai2024-12-091-37/+52
* [NFC] Refactor nice methods in fuzz_shell.js (#7096)Alon Zakai2024-11-201-55/+70
* Fuzzing: ClusterFuzz integration (#7079)Alon Zakai2024-11-191-3/+7
* [EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)Alon Zakai2024-11-081-7/+68
* [wasm64] Fuzzer: Fix table import operations on table64 (#7056)Alon Zakai2024-11-071-2/+13
* Fuzz the Table from JS (#7042)Alon Zakai2024-10-311-1/+9
* [EH] Fuzz throws from JS (#7027)Alon Zakai2024-10-231-0/+7
* wasm-split: Add fuzzer support (#7014)Alon Zakai2024-10-181-35/+80
* [Strings] Escape strings printed by fuzz-exec (#6441)Thomas Lively2024-03-261-3/+52
* Fuzzer: Standardize notation for exception prefixes (#6369)Alon Zakai2024-03-051-2/+2
* Fuzzer: Fix BigInt printing (#6348)Alon Zakai2024-02-261-0/+4
* Fuzzer: Allow using initial content with V8 (#6327)Alon Zakai2024-02-221-1/+4
* Fuzzer: Add a pass to prune illegal imports and exports for JS (#6312)Alon Zakai2024-02-201-0/+5
* Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)Alon Zakai2024-02-201-13/+36
* Fuzzer: Remove Asyncify integration (#6309)Alon Zakai2024-02-141-123/+0
* Fuzz shell: Add a j2wasm import (#6296)Alon Zakai2024-02-121-0/+9
* Use more than a single wasm page in Asyncify fuzzing (#5597)Alon Zakai2023-03-221-1/+3
* Bail out of fuzz_shell.js if instantiation fails (#4873)Thomas Lively2022-08-041-2/+9
* Asyncify fuzzing harness fix for growth (#3205)Alon Zakai2020-10-091-2/+9
* Fuzz asyncify fuzzer: when no exported memory, skip (#2874)Alon Zakai2020-05-271-3/+4
* Enable cross-VM fuzzing + related improvements to fuzz_opt.py (#2762)Alon Zakai2020-04-151-1/+1
* Bysyncify => Asyncify (#2226)Alon Zakai2019-07-151-36/+36
* Support wasm files without exported memory in scripts/fuzz_shell.js (#2210)Alon Zakai2019-07-091-1/+3
* Bysyncify: Fuzzing (#2192)Alon Zakai2019-07-011-0/+209