diff options
Diffstat (limited to 'test/help/wasm-interp.txt')
-rw-r--r-- | test/help/wasm-interp.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/help/wasm-interp.txt b/test/help/wasm-interp.txt index 3d3ce212..cf0220cd 100644 --- a/test/help/wasm-interp.txt +++ b/test/help/wasm-interp.txt @@ -23,13 +23,13 @@ examples: options: -v, --verbose Use multiple times for more info --help Print this help message - --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 -V, --value-stack-size=SIZE Size in elements of the value stack -C, --call-stack-size=SIZE Size in elements of the call stack -t, --trace Trace execution |