summaryrefslogtreecommitdiff
path: root/test/ctor-eval
Commit message (Expand)AuthorAgeFilesLines
* Replace the old topological sort everywhere (#6902)Thomas Lively2024-09-101-5/+5
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-1/+1
* Get more tests working with the new text parser (#6284)Thomas Lively2024-02-074-5/+5
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-0815-22/+22
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-042-6/+12
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-2018-44/+42
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-182-3/+2
* Make final types the default (#5918)Thomas Lively2023-09-092-2/+2
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-2419-66/+66
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-234-6/+6
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-178-8/+8
* [Wasm GC] wasm-ctor-eval: Handle cycles of data (#5685)Alon Zakai2023-05-052-10/+10
* Add a name hint to getValidName() (#5653)Alon Zakai2023-04-116-21/+21
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-0415-20/+20
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-282-4/+4
* [wasm-ctor-eval] Properly handle multiple ctors with GC (#5522)Alon Zakai2023-02-241-4/+4
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-092-3/+2
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-072-2/+2
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-2324-43/+43
* Implement bottom heap types (#5115)Thomas Lively2022-10-072-2/+2
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-312-3/+3
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-2/+2
* Remove externref (#4633)Thomas Lively2022-05-041-2/+2
* [Wasm GC] [ctor-eval] Evaluate and serialize GC data (#4491)Alon Zakai2022-02-039-0/+264
* Interpreter: Remove GlobalManager (#4486)Alon Zakai2022-01-316-4/+59
* [ctor-eval] Eval functions with params if ignoring external input (#4446)Alon Zakai2022-01-127-9/+71
* [ctor-eval] Eval functions with a return value (#4443)Alon Zakai2022-01-123-12/+97
* [ctor-eval] Stop if there are any memory.init instructions (#4442)Alon Zakai2022-01-113-0/+41
* [ctor-eval] Add an option to keep some exports (#4441)Alon Zakai2022-01-113-5/+85
* [ctor-eval] Fix evalling of overlapping table segments (#4440)Alon Zakai2022-01-113-0/+49
* [ctor-eval] Partial evaluation (#4438)Alon Zakai2022-01-1120-23/+246
* [ctor-eval] Eval and store changes to globals (#4430)Alon Zakai2022-01-0712-50/+45
* [ctor-eval] Add --ignore-external-input option (#4428)Alon Zakai2022-01-063-0/+81
* [ctor-eval] Remove stack hacks (#4429)Alon Zakai2022-01-069-131/+0
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Reorder global definitions in Print pass (#3770)Abbas Mashayekh2021-04-021-1/+1
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-235-7/+7
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-093-3/+3
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-222-3/+3
* Update reference types (#3084)Daniel Wirtz2020-09-092-2/+2
* Remove function index printing (#2742)Thomas Lively2020-04-0911-17/+17
* Trap when call_indirect's signatures mismatch (#2636)Heejin Ahn2020-02-033-0/+39
* Remove FunctionType (#2510)Thomas Lively2019-12-1110-27/+27
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-247-19/+19
* Massive renaming (#1855)Thomas Lively2019-01-0713-41/+41
* wasm-ctor-eval: handle the stack going either up or downAlon Zakai2018-12-113-0/+33
* Generate sexp instruction parser (#1754)Thomas Lively2018-11-192-4/+8
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-013-5/+5
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-198-54/+8
* Misc tiny fuzz fixes (#1668)Alon Zakai2018-09-1214-25/+8