Skip to content

Commit 974e82d

Browse files
authored
features: Update list of Phase 1 & 2 proposals (#488)
- Add "JIT Interface" and "Multibyte Array Access" to Phase 1 - Update some other proposals to use title case, consistent with other entries
1 parent 4923bcf commit 974e82d

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

features.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@
9696
"url": "https://github.com/WebAssembly/instrument-tracing/blob/main/proposals/instrument-tracing/Overview.md",
9797
"phase": "inactive"
9898
},
99+
"jitInterface": {
100+
"description": "JIT Interface",
101+
"url": "https://github.com/WebAssembly/jit-interface/blob/main/proposals/jit-interface/Explainer.md",
102+
"phase": 1
103+
},
99104
"jsPrimitiveBuiltins": {
100105
"description": "JS Primitive Builtins",
101106
"url": "https://github.com/WebAssembly/js-primitive-builtins/blob/main/proposals/js-primitive-builtins/Overview.md",
@@ -117,15 +122,20 @@
117122
"phase": 5
118123
},
119124
"memoryControl": {
120-
"description": "Memory control",
125+
"description": "Memory Control",
121126
"url": "https://github.com/WebAssembly/memory-control/blob/main/proposals/memory-control/Overview.md",
122127
"phase": 1
123128
},
124129
"moreArrayConstructors": {
125-
"description": "More array constructors",
130+
"description": "More Array Constructors",
126131
"url": "https://github.com/WebAssembly/more-array-constructors/blob/main/proposals/more-array-constructors/Overview.md",
127132
"phase": 1
128133
},
134+
"multibyteArrayAccess": {
135+
"description": "Multibyte Array Access",
136+
"url": "https://github.com/WebAssembly/multibyte-array-access",
137+
"phase": 1
138+
},
129139
"multiMemory": {
130140
"description": "Multiple Memories",
131141
"url": "https://github.com/WebAssembly/multi-memory/blob/master/proposals/multi-memory/Overview.md",
@@ -157,7 +167,7 @@
157167
"phase": 5
158168
},
159169
"relaxedDeadCodeValidation": {
160-
"description": "Relaxed dead code validation",
170+
"description": "Relaxed Dead Code Validation",
161171
"url": "https://github.com/WebAssembly/relaxed-dead-code-validation/blob/main/proposals/relaxed-dead-code-validation/Overview.md",
162172
"phase": 2
163173
},

0 commit comments

Comments
 (0)