diff options
author | nlewycky <nick@wasmer.io> | 2019-08-10 20:53:48 -0700 |
---|---|---|
committer | Ben Smith <binji@chromium.org> | 2019-08-10 20:53:48 -0700 |
commit | 7d07a011b483293853b9badae320dd5ab08e66ba (patch) | |
tree | fd9388e23e917652d1bb7c7b62578e881ff60e38 /test/help | |
parent | 8e2da7b6b5d5b1c6cc4177bff5ed170d6bdfd33d (diff) | |
download | wabt-7d07a011b483293853b9badae320dd5ab08e66ba.tar.gz wabt-7d07a011b483293853b9badae320dd5ab08e66ba.tar.bz2 wabt-7d07a011b483293853b9badae320dd5ab08e66ba.zip |
Add support for Features to wasm-opcodecnt and emit total instruction count. (#1138)
Diffstat (limited to 'test/help')
-rw-r--r-- | test/help/wasm-opcodecnt.txt | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/test/help/wasm-opcodecnt.txt b/test/help/wasm-opcodecnt.txt index 618067b4..eab38eec 100644 --- a/test/help/wasm-opcodecnt.txt +++ b/test/help/wasm-opcodecnt.txt @@ -11,9 +11,21 @@ examples: $ wasm-opcodecnt test.wasm -o test.dist options: - -v, --verbose Use multiple times for more info - --help Print this help message - -o, --output=FILENAME Output file for the opcode counts, by default use stdout - -c, --cutoff=N Cutoff for reporting counts less than N - -s, --separator=SEPARATOR Separator text between element and count when reporting counts + -v, --verbose Use multiple times for more info + --help Print this help message + --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 + --enable-tail-call Enable Tail-call support + --enable-bulk-memory Enable Bulk-memory operations + --enable-reference-types Enable Reference types (anyref) + --enable-annotations Enable Custom annotation syntax + --enable-all Enable all features + -o, --output=FILENAME Output file for the opcode counts, by default use stdout + -c, --cutoff=N Cutoff for reporting counts less than N + -s, --separator=SEPARATOR Separator text between element and count when reporting counts ;;; STDOUT ;;) |