adsick opened Issue #2572:
[adsick@panda Rust]$ git clone https://github.com/bytecodealliance/wasmtime.git
[adsick@panda Rust]$ cd wasmtime/
/home/adsick/Rust/wasmtime``` ```[adsick@panda wasmtime]$ cargo build error: failed to read `/home/adsick/Rust/wasmtime/crates/wasi-common/WASI/tools/witx/Cargo.toml` Caused by: No such file or directory (os error 2)``` ~~~
adsick edited Issue #2572:
[adsick@panda Rust]$ git clone https://github.com/bytecodealliance/wasmtime.git
[adsick@panda Rust]$ cd wasmtime/
/home/adsick/Rust/wasmtime
error: failed to read `/home/adsick/Rust/wasmtime/crates/wasi-common/WASI/tools/witx/Cargo.toml` Caused by: No such file or directory (os error 2)
bjorn3 commented on Issue #2572:
You need to run
git submodule update --init
to checkout all submodules.
adsick commented on Issue #2572:
Yeah, that's the case, thank you)
I'm such a silly...
adsick closed Issue #2572:
[adsick@panda Rust]$ git clone https://github.com/bytecodealliance/wasmtime.git
[adsick@panda Rust]$ cd wasmtime/
/home/adsick/Rust/wasmtime
error: failed to read `/home/adsick/Rust/wasmtime/crates/wasi-common/WASI/tools/witx/Cargo.toml` Caused by: No such file or directory (os error 2)
Last updated: Nov 22 2024 at 16:03 UTC