summaryrefslogtreecommitdiff
path: root/test/unit/test_features.py
Commit message (Expand)AuthorAgeFilesLines
* Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)Derek Schuff2024-12-061-3/+27
* [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
* Get more tests working with the new text parser (#6284)Thomas Lively2024-02-071-1/+1
* 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
* 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
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-1/+1
* [NFC] Mention relevant flags in validator errors (#5203)Alon Zakai2022-11-011-12/+9
* 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
* [Strings] Add feature flag for Strings proposal (#4766)Alon Zakai2022-06-301-0/+1
* Remove externref (#4633)Thomas Lively2022-05-041-5/+5
* Add support for extended-const proposal (#4529)Sam Clegg2022-03-191-0/+1
* Add feature flag for relaxed-simd (#4183)Ng Zhi An2021-09-231-0/+1
* 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 passive keyword from data segment parser (#3757)Abbas Mashayekh2021-03-301-1/+1
* [EH] Remove dependency of reference types from EH (#3575)Heejin Ahn2021-02-191-6/+3
* Allow specifying additional features past the features section (#3564)Alon Zakai2021-02-121-1/+8
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-10/+0
* [TypedFunctionReferences] Implement call_ref (#3396)Alon Zakai2020-11-241-2/+2
* [TypedFunctionReferences] Add Typed Function References feature and use the t...Alon Zakai2020-11-231-1/+2
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-1/+21
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-1/+2
* Add GC feature flag (#3135)Daniel Wirtz2020-09-171-9/+9
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-5/+39
* Skip tests that fail on windows and enable all the rest (#3035)Alon Zakai2020-08-111-1/+1
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-6/+6
* Initial multivalue support (#2675)Thomas Lively2020-03-051-11/+65
* Add multivalue feature (#2668)Thomas Lively2020-02-271-5/+6
* Concise error output (#2652)Alon Zakai2020-02-181-1/+1
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-10/+15
* Use package name in imports (NFC) (#2462)Heejin Ahn2019-11-221-17/+26
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-2/+30
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-252/+251
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-0/+27
* Python3-ify check.py and auto_update_tests.py (#2270)Alon Zakai2019-07-311-1/+1
* Finalize tail call support (#2246)Thomas Lively2019-07-231-0/+14
* Initial tail call implementation (#2197)Thomas Lively2019-07-031-2/+23
* Clean up loose ends in feature handling (#2203)Thomas Lively2019-07-031-0/+24
* Add exception handling feature (#2083)Heejin Ahn2019-05-031-0/+3
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-40/+30
* DataCount section (#2006)Thomas Lively2019-04-151-22/+11
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-0/+14
* Passive segments (#1976)Thomas Lively2019-04-051-2/+27