summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 2171eeb12..f4180f7a0 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -928,7 +928,7 @@ public:
// respected regardless of the value of`hasFeaturesSection`.
// `hasFeaturesSection` means we read a features section and will emit one
// too.
- FeatureSet features = FeatureSet::All;
+ FeatureSet features = FeatureSet::MVP;
bool hasFeaturesSection = false;
MixedArena allocator;