Closed lianzhilu closed 2 weeks ago
Hi, I meet this error when execute wasmtime inspect sqlite3.wasm and the result is
wasmtime inspect sqlite3.wasm
Error: failed to read file: inspect Caused by: No such file or directory (os error 2)
The file does exist in the current path. How can I fix this problem?
You are probably looking for wasmtime explore, not wasmtime inspect.
wasmtime explore
wasmtime inspect
wasmtime inspect is not a subcommand. Try wasmtime --help
wasmtime --help
Hi, I meet this error when execute
wasmtime inspect sqlite3.wasm
and the result isThe file does exist in the current path. How can I fix this problem?