summaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* [Fuzzing] Emit secondary wasm files in ClusterFuzz testcases (#7122)Alon Zakai2024-11-261-17/+56
* [NFC] Refactor ClusterFuzz run.py (#7101)Alon Zakai2024-11-211-8/+8
* Fuzzing: Append more JS operations in run.py (#7098)Alon Zakai2024-11-211-0/+37
* Fuzzer: Legalize and prune the JS interface in pickPasses (#7092)Alon Zakai2024-11-201-0/+12
* Fuzzing: ClusterFuzz integration (#7079)Alon Zakai2024-11-191-0/+259
* Binary parser: Lift the limit on the number of locals (#6973)Jérôme Vouillon2024-09-301-0/+16
* [NFC] Eagerly create segments when parsing datacount (#6958)Thomas Lively2024-09-192-15/+0
* [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