index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unit
/
test_features.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)
Derek Schuff
2024-12-06
1
-3
/
+27
*
[FP16] Add a feature flag for FP16. (#6864)
Brendan Dahl
2024-08-22
1
-0
/
+1
*
[threads] Add a "shared-everything" feature (#6658)
Thomas Lively
2024-06-14
1
-0
/
+1
*
Get more tests working with the new text parser (#6284)
Thomas Lively
2024-02-07
1
-1
/
+1
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-1
/
+1
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-2
/
+2
*
Typed Continuations: Add cont type (#5998)
Frank Emrich
2023-10-24
1
-0
/
+12
*
[typed-cont] Allow result types on tags (#5997)
Frank Emrich
2023-10-05
1
-0
/
+16
*
[typed-cont] Add feature flag (#5996)
Frank Emrich
2023-10-05
1
-0
/
+1
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
1
-1
/
+1
*
[NFC] Mention relevant flags in validator errors (#5203)
Alon Zakai
2022-11-01
1
-12
/
+9
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-1
/
+0
*
Adding Multi-Memories Wasm Feature (#4968)
Ashley Nelson
2022-08-25
1
-0
/
+1
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-1
/
+1
*
[Strings] Add feature flag for Strings proposal (#4766)
Alon Zakai
2022-06-30
1
-0
/
+1
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-5
/
+5
*
Add support for extended-const proposal (#4529)
Sam Clegg
2022-03-19
1
-0
/
+1
*
Add feature flag for relaxed-simd (#4183)
Ng Zhi An
2021-09-23
1
-0
/
+1
*
Apply features from the commandline first (#3960)
Alon Zakai
2021-07-02
1
-17
/
+9
*
Remove (attr 0) from tag text format (#3946)
Heejin Ahn
2021-06-19
1
-2
/
+2
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-6
/
+6
*
Remove passive keyword from data segment parser (#3757)
Abbas Mashayekh
2021-03-30
1
-1
/
+1
*
[EH] Remove dependency of reference types from EH (#3575)
Heejin Ahn
2021-02-19
1
-6
/
+3
*
Allow specifying additional features past the features section (#3564)
Alon Zakai
2021-02-12
1
-1
/
+8
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-10
/
+0
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-2
/
+2
*
[TypedFunctionReferences] Add Typed Function References feature and use the t...
Alon Zakai
2020-11-23
1
-1
/
+2
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-1
/
+21
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-1
/
+2
*
Add GC feature flag (#3135)
Daniel Wirtz
2020-09-17
1
-9
/
+9
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-5
/
+39
*
Skip tests that fail on windows and enable all the rest (#3035)
Alon Zakai
2020-08-11
1
-1
/
+1
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-6
/
+6
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-11
/
+65
*
Add multivalue feature (#2668)
Thomas Lively
2020-02-27
1
-5
/
+6
*
Concise error output (#2652)
Alon Zakai
2020-02-18
1
-1
/
+1
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-10
/
+15
*
Use package name in imports (NFC) (#2462)
Heejin Ahn
2019-11-22
1
-17
/
+26
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-2
/
+30
*
Switch python indentation from 2-space to 4-space (#2299)
Sam Clegg
2019-08-16
1
-252
/
+251
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+27
*
Python3-ify check.py and auto_update_tests.py (#2270)
Alon Zakai
2019-07-31
1
-1
/
+1
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-0
/
+14
*
Initial tail call implementation (#2197)
Thomas Lively
2019-07-03
1
-2
/
+23
*
Clean up loose ends in feature handling (#2203)
Thomas Lively
2019-07-03
1
-0
/
+24
*
Add exception handling feature (#2083)
Heejin Ahn
2019-05-03
1
-0
/
+3
*
Change default feature set to MVP (#1993)
Thomas Lively
2019-04-16
1
-40
/
+30
*
DataCount section (#2006)
Thomas Lively
2019-04-15
1
-22
/
+11
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-0
/
+14
*
Passive segments (#1976)
Thomas Lively
2019-04-05
1
-2
/
+27
[next]