From c2499d9fb0f90d8c332d89e12207c88c025e91c1 Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 12 Apr 2026 15:29:20 +0200 Subject: fix: fix remaining issues with extended-const Signed-off-by: Henry --- crates/parser/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/parser/src/lib.rs') diff --git a/crates/parser/src/lib.rs b/crates/parser/src/lib.rs index a0c0c7e..850042c 100644 --- a/crates/parser/src/lib.rs +++ b/crates/parser/src/lib.rs @@ -90,6 +90,7 @@ impl Parser { | WasmFeatures::BULK_MEMORY | WasmFeatures::SATURATING_FLOAT_TO_INT | WasmFeatures::SIGN_EXTENSION + | WasmFeatures::EXTENDED_CONST | WasmFeatures::FUNCTION_REFERENCES | WasmFeatures::TAIL_CALL | WasmFeatures::MULTI_MEMORY -- cgit v1.3.1