Stream: wasmtime

Topic: Setting up witx


view this post on Zulip Alexander Lyon (Jan 04 2024 at 16:30):

Hi @Alex Crichton (apologies for the direct ping, but I figured here would be better than the github PR). I am not able to run tests on my machine due to lacking witx. A cursory search of here and github doesn't lead to any instructions

error: failed to get `witx` as a dependency of package `wiggle v17.0.0 (/home/arlyon/Programming/wasmtime/crates/wiggle)`

Caused by:
  failed to load source for dependency `witx`

Caused by:
  Unable to update /home/arlyon/Programming/wasmtime/crates/wasi-common/WASI/tools/witx

Caused by:
  failed to read `/home/arlyon/Programming/wasmtime/crates/wasi-common/WASI/tools/witx/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

view this post on Zulip Alex Crichton (Jan 04 2024 at 16:30):

Ah you'll need to update submodules via git submodule update --init

view this post on Zulip Alexander Lyon (Jan 04 2024 at 16:32):

ah, that was easy enough, TY. I'll add that case now


Last updated: Oct 23 2024 at 20:03 UTC