Stream: git-wasmtime

Topic: wasmtime / issue #9586 Error when inspect


view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2024 at 07:35):

lianzhilu opened 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?

view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2024 at 07:35):

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?

view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2024 at 07:36):

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?

view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2024 at 08:05):

bjorn3 commented on issue #9586:

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

view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2024 at 15:56):

pchickey closed 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?

view this post on Zulip Wasmtime GitHub notifications bot (Nov 08 2024 at 15:56):

pchickey commented on issue #9586:

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


Last updated: Nov 22 2024 at 17:03 UTC