From da22cb8af6083a4aaf166ac0b0dce420f031bc78 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 27 Jul 2023 15:22:10 -0700 Subject: [PATCH] Update features.json with Wasmtime tail-call support Support for the tail-call proposal landed in https://github.com/bytecodealliance/wasmtime/pull/6774 --- features.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features.json b/features.json index 06c74520..9e9802cb 100644 --- a/features.json +++ b/features.json @@ -167,6 +167,7 @@ "saturatedFloatToInt": true, "signExtensions": true, "simd": "0.33", + "tailCall": ["flag", "Requires flag `--wasm-features=tail-call`"], "threads": null } },