bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
15.45k stars 1.3k forks source link

Error when inspect #9586

Closed lianzhilu closed 2 weeks ago

lianzhilu commented 2 weeks ago

Hi, I meet this error when execute wasmtime inspect sqlite3.wasm and the result is

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?

bjorn3 commented 2 weeks ago

You are probably looking for wasmtime explore, not wasmtime inspect.

pchickey commented 2 weeks ago

wasmtime inspect is not a subcommand. Try wasmtime --help