From 4cd5c41c2e3a8c314e0abc4527dbb121cb3470d2 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Tue, 24 Oct 2023 13:57:57 -0700 Subject: [PATCH] multi-memory and relaxed SIMD to stage 4 (#349) --- features.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features.json b/features.json index 2a06796..043dab3 100644 --- a/features.json +++ b/features.json @@ -39,7 +39,7 @@ "multiMemory": { "description": "Multiple memories", "url": "https://github.com/WebAssembly/multi-memory/blob/master/proposals/multi-memory/Overview.md", - "phase": 3 + "phase": 4 }, "multiValue": { "description": "Multi-value", @@ -59,7 +59,7 @@ "relaxedSimd": { "description": "Relaxed SIMD", "url": "https://github.com/WebAssembly/relaxed-simd/tree/main/proposals/relaxed-simd", - "phase": 3 + "phase": 4 }, "saturatedFloatToInt": { "description": "Non-trapping float-to-int conversions",