From d2f54b40e736cdee2a0ff9fc15e9323ccb9d7c20 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Sat, 19 Mar 2022 02:29:35 +0000 Subject: Add support for extended-const proposal (#4529) See https://github.com/WebAssembly/extended-const --- src/tools/tool-options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools') diff --git a/src/tools/tool-options.h b/src/tools/tool-options.h index f8278e950..bc948fc97 100644 --- a/src/tools/tool-options.h +++ b/src/tools/tool-options.h @@ -93,6 +93,7 @@ struct ToolOptions : public Options { "typed function references") .addFeature(FeatureSet::GCNNLocals, "GC non-null locals") .addFeature(FeatureSet::RelaxedSIMD, "relaxed SIMD") + .addFeature(FeatureSet::ExtendedConst, "extended const expressions") .add("--no-validation", "-n", "Disables validation, assumes inputs are correct", -- cgit v1.2.3