Skip to content

Commit 76eee63

Browse files
committed
add node versions
1 parent 51ffac7 commit 76eee63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/feature_matrix.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,19 @@ class Feature(IntEnum):
4747
'chrome': 75,
4848
'firefox': 65,
4949
'safari': 150000,
50+
'node': 130000,
5051
},
5152
Feature.SIGN_EXT: {
5253
'chrome': 74,
5354
'firefox': 62,
5455
'safari': 140100,
56+
'node': 120000,
5557
},
5658
Feature.BULK_MEMORY: {
5759
'chrome': 75,
5860
'firefox': 79,
5961
'safari': 140100, # TODO: Reset this to 150000 when we update the default.
62+
'node': 130000,
6063
},
6164
Feature.MUTABLE_GLOBALS: {
6265
'chrome': 74,
@@ -67,6 +70,7 @@ class Feature(IntEnum):
6770
'chrome': 67,
6871
'firefox': 68,
6972
'safari': 150000,
73+
'node': 110000,
7074
},
7175
Feature.THREADS: {
7276
'chrome': 74,

0 commit comments

Comments
 (0)