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)
Ah you'll need to update submodules via git submodule update --init
ah, that was easy enough, TY. I'll add that case now
Last updated: Nov 22 2024 at 16:03 UTC