it looks like wasmtime serve was broken by #7395, and only works when setting WASMTIME_NEW_CLI=1. Otherwise, the CLI tries to load a file called serve.
To reproduce, it's not even required to create a test wasm file, just running wasmtime serve whatever should be enough.
CC @alexcrichton
it looks like
wasmtime servewas broken by #7395, and only works when settingWASMTIME_NEW_CLI=1. Otherwise, the CLI tries to load a file calledserve.To reproduce, it's not even required to create a test wasm file, just running
wasmtime serve whatevershould be enough.CC @alexcrichton