diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/help/wasm-interp.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/help/wasm-interp.txt b/test/help/wasm-interp.txt index b6d246a5..9412e267 100644 --- a/test/help/wasm-interp.txt +++ b/test/help/wasm-interp.txt @@ -41,6 +41,7 @@ options: -C, --call-stack-size=SIZE Size in elements of the call stack -t, --trace Trace execution --wasi Assume input module is WASI compliant (Export WASI API the the module and invoke _start function) + -e, --env=ENV Pass the given environment string in the WASI runtime --run-all-exports Run all the exported functions, in order. Useful for testing --host-print Include an importable function named "host.print" for printing to stdout --dummy-import-func Provide a dummy implementation of all imported functions. The function will log the call and return an appropriate zero value. |