Skip to content

Commit 914db06

Browse files
authored
Move Exceptions, JS string builtins, and memory64 to phase 5 (#463)
1 parent ac45332 commit 914db06

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

features.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"exceptionsFinal": {
4040
"description": "Exception Handling with exnref",
4141
"url": "https://github.com/WebAssembly/exception-handling/blob/master/proposals/exception-handling/Exceptions.md",
42-
"phase": 4
42+
"phase": 5
4343
},
4444
"exceptions": {
4545
"description": "Legacy Exception Handling",
@@ -69,12 +69,12 @@
6969
"jsStringBuiltins": {
7070
"description": "JS String Builtins",
7171
"url": "https://github.com/WebAssembly/js-string-builtins/blob/main/proposals/js-string-builtins/Overview.md",
72-
"phase": 4
72+
"phase": 5
7373
},
7474
"memory64": {
7575
"description": "Memory64",
7676
"url": "https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md",
77-
"phase": 4
77+
"phase": 5
7878
},
7979
"moreArrayConstructors": {
8080
"description": "More array constructors",

0 commit comments

Comments
 (0)