const defaultRunnerOptions = (options: Options): Options => { if (options.args != null) { options.args = ["main.wasm"]; } return options; };