summaryrefslogtreecommitdiff
path: root/src/tools/wasm-shell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/wasm-shell.cpp')
-rw-r--r--src/tools/wasm-shell.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/wasm-shell.cpp b/src/tools/wasm-shell.cpp
index 652b3a352..4f7624294 100644
--- a/src/tools/wasm-shell.cpp
+++ b/src/tools/wasm-shell.cpp
@@ -142,6 +142,7 @@ static void run_asserts(Name moduleName,
id == ASSERT_UNLINKABLE) {
// a module invalidity test
Module wasm;
+ wasm.features = FeatureSet::All;
bool invalid = false;
std::unique_ptr<SExpressionWasmBuilder> builder;
try {