From aabed2902546dade4e1ccddbbf9aec6c48cdd085 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Mon, 19 Aug 2024 13:44:51 -0700 Subject: [PATCH] Wasmtime has implemented and enabled-by-default the extended-const proposal in version 25 --- features.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features.json b/features.json index 546b176..e28ffed 100644 --- a/features.json +++ b/features.json @@ -231,6 +231,7 @@ "customAnnotationSyntaxInTheTextFormat": true, "customPageSizes": ["flag", "Requires flag `--wasm=custom-page-sizes`"], "esmIntegration": null, + "extendedConst": "25", "gc": ["flag", "Requires flag `--wasm=gc`"], "jspi": null, "jsStringBuiltins": null,