summaryrefslogtreecommitdiff
path: root/src/tools/execution-results.h
Commit message (Expand)AuthorAgeFilesLines
* [EH] Fuzz calls from JS by calling wasm exports, sometimes catching (#7067)Alon Zakai2024-11-081-1/+49
* [wasm64] Make interpreter table methods operate on Address, not Index (#7062)Alon Zakai2024-11-071-2/+2
* Fuzz the Table from JS (#7042)Alon Zakai2024-10-311-6/+42
* [EH] Fuzz throws from JS (#7027)Alon Zakai2024-10-231-18/+29
* Restore isString type methods (#6815)Thomas Lively2024-08-061-4/+2
* [NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804)Thomas Lively2024-08-061-2/+5
* Fuzzer: Compare strings (#6530)Alon Zakai2024-04-241-11/+15
* Fuzzer: Match the logging of i31ref between JS and C++ (#6335)Alon Zakai2024-02-221-21/+35
* Fuzzer: Remove --emit-js-shell logic and reuse fuzz_shell.js instead (#6310)Alon Zakai2024-02-201-2/+12
* Fix handling of exported imported functions (#6044)Alon Zakai2023-10-241-1/+1
* Fuzzer: Ignore host limits (#5536)Alon Zakai2023-03-011-4/+10
* Fuzzer: Handle HostLimitException during instance creation (#5534)Alon Zakai2023-03-011-0/+5
* [Fuzzer] Simplify the hang limit mechanism (#5513)Alon Zakai2023-02-231-5/+1
* [Strings] Initial string execution support (#5491)Alon Zakai2023-02-151-1/+4
* Do not compare reference values across executions (#5276)Thomas Lively2022-11-171-18/+10
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-1/+1
* Fuzzer simplification: Remove trap-ignoring logic (#4958)Alon Zakai2022-08-241-15/+2
* [NominalFuzzing] Don't compare nominal types in the fuzzer (#4603)Alon Zakai2022-04-211-3/+8
* [NFC] Refactor ModuleInstanceBase+RuntimeExpressionRunner into a single class...Alon Zakai2022-01-281-3/+3
* Fuzzer: Fix a missing return of a trap (#4485)Alon Zakai2022-01-281-0/+1
* LiteralList => Literals (#4451)Alon Zakai2022-01-131-2/+2
* Compare traps in ExecutionResults (#4405)Heejin Ahn2021-12-291-22/+38
* [EH] Make interpreter handle uncaught exceptions (#4369)Heejin Ahn2021-12-061-24/+28
* Modernize code to C++17 (#3104)Max Graey2021-11-221-2/+1
* [Wasm GC] Handle uses of default values in LocalSubtyping (#4024)Alon Zakai2021-07-281-1/+3
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-3/+3
* Fuzzer: Distinguish traps from host limitations (#3801)Alon Zakai2021-04-121-0/+12
* Fuzzing: Minor execution-results.h fixes (#3747)Alon Zakai2021-03-301-4/+28
* [Fuzzer] Don't compare references, just their types (#3384)Alon Zakai2020-11-171-14/+44
* Handle get/setTempRet0 in fuzzer support (#3279)Alon Zakai2020-10-231-0/+13
* Fuzzer: Handle log_execution instrumentation, and warn on unknown imports (#3...Alon Zakai2020-10-211-0/+12
* Refactor naming convention for functions handling tuples (#3196)Max Graey2020-10-091-1/+1
* Improve testing on Windows (#3142)Wouter van Oortmerssen2020-09-171-1/+1
* Fix RefNull issues (#3123)Daniel Wirtz2020-09-131-2/+3
* Update reference types (#3084)Daniel Wirtz2020-09-091-1/+1
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-201-1/+1
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-1/+1
* [fuzzing] wasm2c integration (#2772)Alon Zakai2020-04-221-1/+0
* Update Precompute to handle tuples (#2687)Thomas Lively2020-03-101-1/+1
* Handle multivalue returns in the interpreter (#2684)Thomas Lively2020-03-101-14/+17
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-9/+15
* Remove FunctionType (#2510)Thomas Lively2019-12-111-2/+2
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-1/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-1/+2
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-8/+9
* Compare binaryen fuzz-exec to JS VMs (#1856)Alon Zakai2019-01-101-13/+16
* Fuzzing v128 and associated bug fixes (#1827)Thomas Lively2018-12-141-1/+0
* Fuzzing: log values during execution (#1779)Alon Zakai2018-11-301-6/+27
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-1/+2
* Change the Literal class's operator== to be bitwise (#1661)Alon Zakai2018-09-011-1/+1