summaryrefslogtreecommitdiff
path: root/src/wasm-features.h
Commit message (Expand)AuthorAgeFilesLines
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-1/+6
* [threads] Fuzz shared types in type fuzzer (#6704)Thomas Lively2024-06-261-1/+4
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-1/+12
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-051-1/+8
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-35/+10
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-5/+5
* Update default features to match new llvm defaults (#5212)Sam Clegg2022-11-031-2/+6
* [NFC] Add namespacing to wasm-features.h (#5152)Alon Zakai2022-10-181-0/+4
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-091-16/+7
* Adding Multi-Memories Wasm Feature (#4968)Ashley Nelson2022-08-251-2/+7
* [Strings] Add feature flag for Strings proposal (#4766)Alon Zakai2022-06-301-2/+7
* [NFC] Refactor Feature::All to match FeatureSet.setAll() (#4557)Alon Zakai2022-03-311-6/+10
* Add support for extended-const proposal (#4529)Sam Clegg2022-03-191-1/+6
* Fix errors when building in C++20 mode (#4528)Jakub Szewczyk2022-03-181-3/+3
* Add feature flag for relaxed-simd (#4183)Ng Zhi An2021-09-231-1/+6
* [Wasm GC] Add experimental support for non-nullable locals (#3932)Alon Zakai2021-06-151-3/+22
* Print the features section in a comment (#3563)Alon Zakai2021-02-121-0/+15
* [TypedFunctionReferences] Add Typed Function References feature and use the t...Alon Zakai2020-11-231-1/+10
* Validate memory64 (#3202)Alon Zakai2020-10-081-0/+1
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-1/+5
* Add GC feature flag (#3135)Daniel Wirtz2020-09-171-5/+5
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-1/+6
* Remove `constexpr` that causes GCC build to fail (#2828)Thomas Lively2020-05-041-1/+1
* Add multivalue feature (#2668)Thomas Lively2020-02-271-27/+10
* Use FeatureSet instead of FeatureSet::Feature(NFC) (#2562)Heejin Ahn2020-01-021-2/+3
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-1/+2
* Fix #2430 properly (#2449)Alon Zakai2019-11-181-10/+10
* Cast to bool after bitwise operations, to avoid an MSVC warning (#2431)Alon Zakai2019-11-121-10/+12
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-1/+9
* Initial tail call implementation (#2197)Thomas Lively2019-07-031-2/+9
* Features C/JS API (#2049)Thomas Lively2019-05-171-1/+0
* Add exception handling feature (#2083)Heejin Ahn2019-05-031-1/+10
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-6/+12
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-19/+31
* Change default feature set to MVP (#1993)Thomas Lively2019-04-161-0/+8
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-3/+3
* Add feature options to emscripten metadata (#1982)Thomas Lively2019-04-051-0/+25
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-031-0/+5
* Validate that types match features (#1949)Thomas Lively2019-03-181-0/+70