summaryrefslogtreecommitdiff
path: root/test/help/wat-desugar.txt
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2018-01-18 12:56:55 -0800
committerGitHub <noreply@github.com>2018-01-18 12:56:55 -0800
commit25140d740d55bd5c2103e4032a37a6f4ca94d4c0 (patch)
tree90824b0af63c15d261a57e5fd70e7542f44c9fc8 /test/help/wat-desugar.txt
parent23163d0967768a384c9eb7ac8d29cf2ab369be46 (diff)
downloadwabt-25140d740d55bd5c2103e4032a37a6f4ca94d4c0.tar.gz
wabt-25140d740d55bd5c2103e4032a37a6f4ca94d4c0.tar.bz2
wabt-25140d740d55bd5c2103e4032a37a6f4ca94d4c0.zip
Add feature flags for sign-ext., mutable-globals (#722)
Also reorder the flags so they are alphabetical order.
Diffstat (limited to 'test/help/wat-desugar.txt')
-rw-r--r--test/help/wat-desugar.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/help/wat-desugar.txt b/test/help/wat-desugar.txt
index 20e32a37..25967ffb 100644
--- a/test/help/wat-desugar.txt
+++ b/test/help/wat-desugar.txt
@@ -21,8 +21,10 @@ options:
--debug-parser Turn on debugging the parser of wat files
-f, --fold-exprs Write folded expressions where possible
--enable-exceptions Experimental exception handling
+ --enable-mutable-globals Import/export mutable globals
--enable-saturating-float-to-int Saturating float-to-int operators
- --enable-threads Threading support
+ --enable-sign-extension Sign-extension operators
--enable-simd SIMD support
+ --enable-threads Threading support
--generate-names Give auto-generated names to non-named functions, types, etc.
;;; STDOUT ;;)