summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/feature.def6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/feature.def b/src/feature.def
index 6b9c99db..880ccde9 100644
--- a/src/feature.def
+++ b/src/feature.def
@@ -24,11 +24,11 @@
WABT_FEATURE(exceptions, "exceptions", false, "Experimental exception handling")
WABT_FEATURE(mutable_globals, "mutable-globals", true, "Import/export mutable globals")
-WABT_FEATURE(sat_float_to_int, "saturating-float-to-int", false, "Saturating float-to-int operators")
-WABT_FEATURE(sign_extension, "sign-extension", false, "Sign-extension operators")
+WABT_FEATURE(sat_float_to_int, "saturating-float-to-int", true, "Saturating float-to-int operators")
+WABT_FEATURE(sign_extension, "sign-extension", true, "Sign-extension operators")
WABT_FEATURE(simd, "simd", false, "SIMD support")
WABT_FEATURE(threads, "threads", false, "Threading support")
-WABT_FEATURE(multi_value, "multi-value", false, "Multi-value")
+WABT_FEATURE(multi_value, "multi-value", true, "Multi-value")
WABT_FEATURE(tail_call, "tail-call", false, "Tail-call support")
WABT_FEATURE(bulk_memory, "bulk-memory", false, "Bulk-memory operations")
WABT_FEATURE(reference_types, "reference-types", false, "Reference types (anyref)")