summaryrefslogtreecommitdiff
path: root/src/tools/tool-options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tool-options.h')
-rw-r--r--src/tools/tool-options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tool-options.h b/src/tools/tool-options.h
index f04b95304..082e95549 100644
--- a/src/tools/tool-options.h
+++ b/src/tools/tool-options.h
@@ -87,6 +87,7 @@ struct ToolOptions : public Options {
.addFeature(FeatureSet::TailCall, "tail call operations")
.addFeature(FeatureSet::ReferenceTypes, "reference types")
.addFeature(FeatureSet::Multivalue, "multivalue functions")
+ .addFeature(FeatureSet::Anyref, "anyref type (without GC)")
.add("--no-validation",
"-n",
"Disables validation, assumes inputs are correct",