diff options
Diffstat (limited to 'test/help/wat-desugar.txt')
-rw-r--r-- | test/help/wat-desugar.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/help/wat-desugar.txt b/test/help/wat-desugar.txt index ea46287a..b8e43a7c 100644 --- a/test/help/wat-desugar.txt +++ b/test/help/wat-desugar.txt @@ -20,12 +20,12 @@ options: -o, --output=FILE Output file for the formatted file --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-sign-extension Sign-extension operators - --enable-simd SIMD support - --enable-threads Threading support - --enable-multi-value Multi-value + --enable-exceptions Enable Experimental exception handling + --disable-mutable-globals Disable Import/export mutable globals + --enable-saturating-float-to-int Enable Saturating float-to-int operators + --enable-sign-extension Enable Sign-extension operators + --enable-simd Enable SIMD support + --enable-threads Enable Threading support + --enable-multi-value Enable Multi-value --generate-names Give auto-generated names to non-named functions, types, etc. ;;; STDOUT ;;) |