From 83af21546834f9960ce3cda1a7720f1461ed0dfa Mon Sep 17 00:00:00 2001 From: Yosh Date: Wed, 5 Jun 2024 16:12:33 +0200 Subject: [PATCH 1/2] Begin tracking JSPI support for Firefox --- features.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features.json b/features.json index 72d65cd7..7f83679f 100644 --- a/features.json +++ b/features.json @@ -126,6 +126,7 @@ "exceptions": "100", "extendedConst": "112", "gc": "120", + "jspi": ["flag", "Enabled in Nightly, unavailable in Beta/Release"], "memory64": ["flag", "Enabled in Nightly, unavailable in Beta/Release"], "multiMemory": "125", "multiValue": "78", From d39f77331d74562be58d28befc74d4865edea26d Mon Sep 17 00:00:00 2001 From: Yosh Date: Thu, 6 Jun 2024 15:49:54 +0200 Subject: [PATCH 2/2] Re-word JSPI Firefox note Co-authored-by: Yury Delendik --- features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.json b/features.json index 7f83679f..e0ff5157 100644 --- a/features.json +++ b/features.json @@ -126,7 +126,7 @@ "exceptions": "100", "extendedConst": "112", "gc": "120", - "jspi": ["flag", "Enabled in Nightly, unavailable in Beta/Release"], + "jspi": ["flag", "Requires flag `javascript.options.wasm_js_promise_integration` in Nightly, unavailable in Beta/Release"], "memory64": ["flag", "Enabled in Nightly, unavailable in Beta/Release"], "multiMemory": "125", "multiValue": "78",