;;; EXE: %(wast-desugar)s ;;; FLAGS: --help (;; STDOUT ;;; usage: wast-desugar [options] filename read a file in the wasm s-expression format and format it. examples: # write output to stdout $ wast-desugar test.wast # write output to test2.wast $ wast-desugar test.wast -o test2.wast # generate names for indexed variables $ wast-desugar --generate-names test.wast options: -h, --help Print this help message -o, --output=FILE Output file for the formatted file --debug-parser Turn on debugging the parser of wast files -f, --fold-exprs Write folded expressions where possible --enable-exceptions Experimental exception handling --enable-saturating-float-to-int Saturating float-to-int operators --generate-names Give auto-generated names to non-named functions, types, etc. ;;; STDOUT ;;)