lianzhilu opened issue #9586:
Hi, I meet this error when execute
wasmtime inspect sqlite3.wasm
and the result is
`Error: failed to read file: inspectCaused by:
No such file or directory (os error 2)`The file does exist in the current path. How can I fix this problem?
lianzhilu edited issue #9586:
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?
lianzhilu edited issue #9586:
Hi, I meet this error when execute
wasmtime inspect sqlite3.wasm
and the result isError: 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 on issue #9586:
You are probably looking for
wasmtime explore
, notwasmtime inspect
.
pchickey closed issue #9586:
Hi, I meet this error when execute
wasmtime inspect sqlite3.wasm
and the result isError: 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?
pchickey commented on issue #9586:
wasmtime inspect
is not a subcommand. Trywasmtime --help
Last updated: Nov 22 2024 at 17:03 UTC