diff --git a/utils/wasm-run.py b/utils/wasm-run.py index b819adca56b..6b13cb43ca0 100755 --- a/utils/wasm-run.py +++ b/utils/wasm-run.py @@ -24,7 +24,7 @@ class WASIRunner(object): subprocess.check_call(command) def invocation(self, args): - command = ["wasmkit-cli", "run"] + command = ["wasmkit", "run"] envs = collect_wasm_env() for key in envs: command.append("--env")