summaryrefslogtreecommitdiff
path: root/src/tools/wasm2c.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/wasm2c.cc')
-rw-r--r--src/tools/wasm2c.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/wasm2c.cc b/src/tools/wasm2c.cc
index 7ed745f4..3dd14483 100644
--- a/src/tools/wasm2c.cc
+++ b/src/tools/wasm2c.cc
@@ -109,7 +109,6 @@ static void ParseOptions(int argc, char** argv) {
"wasm2c currently only supports a limited set of features.\n");
exit(1);
}
- s_features.disable_bulk_memory();
}
// TODO(binji): copied from binary-writer-spec.cc, probably should share.