From e69de2d9cdbc07d242f8ba9a38e29f3f722dc6fa Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Fri, 13 Mar 2026 15:45:27 +0000 Subject: [PATCH] Update Safari support for JSPI --- features.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features.json b/features.json index 1677209..ef8ac93 100644 --- a/features.json +++ b/features.json @@ -359,6 +359,10 @@ "exceptions": "15.2", "extendedConst": "17.4", "gc": "18.2", + "jspi": [ + "flag", + "Supported in Safari Technical Preview 238" + ], "jsStringBuiltins": "26.2", "multiValue": "13.1", "mutableGlobals": "13.1",