Hi everyone. Not sure if this is the best place to ask this, but I'm trying to build wasmtime for the first time. When I run cargo build
, I get this error:
error: failed to read `/path/to/wasmtime/crates/wasi-common/wig/WASI/tools/witx/Cargo.toml` Caused by: No such file or directory (os error 2)
Is this an issue? Or is there something I'm doing wrong?
The repo has several git submodules (and the path in your error is one of them) -- you can clone them all with git submodule update --init
.
(I think you can also do this as part of the clone with --recurse-submodules
)
That worked. Thanks!
Last updated: Nov 22 2024 at 17:03 UTC