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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wasm2c.cc b/src/tools/wasm2c.cc
index 8994b1ac..b79b34d2 100644
--- a/src/tools/wasm2c.cc
+++ b/src/tools/wasm2c.cc
@@ -57,7 +57,7 @@ examples:
)";
static const std::string supported_features[] = {
- "multi-memory", "multi-value", "sign-extend", "saturating-float-to-int",
+ "multi-memory", "multi-value", "sign-extension", "saturating-float-to-int",
"exceptions", "memory64"};
static bool IsFeatureSupported(const std::string& feature) {