summaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-0/+1
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-0/+1
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-7/+10
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-203/+0
* Fixes regarding explicit names (#6466)Jérôme Vouillon2024-04-111-0/+0
* Add an Asyncify option to propagate the addList (#5935)かめのこにょこにょこ2024-04-011-0/+9
* Add package.json for unit tests (#6245)Alon Zakai2024-02-082-0/+4
* Get more tests working with the new text parser (#6284)Thomas Lively2024-02-075-7/+6
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-261-1/+1
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-043-33/+57
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-204-20/+16
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-121-1/+1
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-2/+2
* [wasm-emscripten-finalize] Remove --separate-data-segments (#6091)Sam Clegg2023-11-271-1/+1
* Remove various testing spam (#6109)Alon Zakai2023-11-142-2/+1
* Typed Continuations: Add cont type (#5998)Frank Emrich2023-10-241-0/+12
* [typed-cont] Allow result types on tags (#5997)Frank Emrich2023-10-051-0/+16
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-051-0/+1
* Use standard GC encodings by default (#5873)Thomas Lively2023-09-121-0/+0
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-1/+1
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-141-24/+21
* [Fuzzer] Simplify the hang limit mechanism (#5513)Alon Zakai2023-02-231-21/+0
* Fix opt/shrink levels when running the optimizer multiple times (#5333)Alon Zakai2022-12-141-0/+18
* [Wasm GC] Implement closed-world flag (#5303)Alon Zakai2022-11-301-0/+49
* Update default features to match new llvm defaults (#5212)Sam Clegg2022-11-031-7/+5
* [NFC] Mention relevant flags in validator errors (#5203)Alon Zakai2022-11-011-12/+9
* Binary format: Don't emit empty Memory sections (#5145)Alon Zakai2022-10-173-2/+12
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-0/+0
* Warn on too many parameters for Web VMs (#5119)Alon Zakai2022-10-061-0/+22
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-091-1/+0
* Adding Multi-Memories Wasm Feature (#4968)Ashley Nelson2022-08-251-0/+1
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-1/+1
* Remove metadata generation from wasm-emscripten-finalize (#4863)Sam Clegg2022-08-071-5/+1
* [Strings] Add feature flag for Strings proposal (#4766)Alon Zakai2022-06-301-0/+1
* Remove externref (#4633)Thomas Lively2022-05-042-5/+5
* Add support for extended-const proposal (#4529)Sam Clegg2022-03-191-0/+1
* [Fuzzer] Allow empty data in --translate-to-fuzz (#4406)Heejin Ahn2021-12-281-0/+14
* Add feature flag for relaxed-simd (#4183)Ng Zhi An2021-09-231-0/+1
* Add a test for too many locals in Asyncify (#4110)Alon Zakai2021-08-271-0/+15
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-17/+9
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-191-2/+2
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-6/+6
* Remove Type ordering (#3793)Thomas Lively2021-05-181-0/+0
* Do not attempt to preserve DWARF if a previous pass removes it (#3887)Alon Zakai2021-05-171-0/+23
* Support --symbolmap and --symbolmap=FOO in wasm-opt (#3885)Alon Zakai2021-05-141-0/+20
* Remove passive keyword from data segment parser (#3757)Abbas Mashayekh2021-03-301-1/+1
* Remove old AsmConstWalker code (#3685)Sam Clegg2021-03-122-21/+0
* [EH] Remove dependency of reference types from EH (#3575)Heejin Ahn2021-02-192-6/+3
* Allow specifying additional features past the features section (#3564)Alon Zakai2021-02-121-1/+8
* Warn when running a pass not compatible with DWARF (#3506)Alon Zakai2021-01-261-0/+12