diff options
Diffstat (limited to 'test/help')
-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 05264173..9c84f15c 100644 --- a/test/help/wasm-interp.txt +++ b/test/help/wasm-interp.txt @@ -39,4 +39,5 @@ options: -t, --trace Trace execution --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. ;;; STDOUT ;;) |