From df136f555ce2997575bf7bb17b736e26d26046a7 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Thu, 15 Feb 2024 12:30:01 -0500 Subject: [PATCH] Update Node status for tail calls --- features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.json b/features.json index 8d68352f..c0500e2d 100644 --- a/features.json +++ b/features.json @@ -212,7 +212,7 @@ "saturatedFloatToInt": "12.5", "signExtensions": "12.0", "simd": "16.4", - "tailCall": ["flag", "Requires flag `--experimental-wasm-return-call`"], + "tailCall": "20.0", "threads": "16.4", "typeReflection": ["flag", "Requires flag `--experimental-wasm-type-reflection`"] }