Stream: git-wasmtime

Topic: wasmtime / Issue #2572 Cargo build is not working (or I'm...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 12 2021 at 13:56):

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)```


~~~

view this post on Zulip Wasmtime GitHub notifications bot (Jan 12 2021 at 13:56):

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)

view this post on Zulip Wasmtime GitHub notifications bot (Jan 12 2021 at 14:04):

bjorn3 commented on Issue #2572:

You need to run git submodule update --init to checkout all submodules.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 12 2021 at 14:10):

adsick commented on Issue #2572:

Yeah, that's the case, thank you)
I'm such a silly...

view this post on Zulip Wasmtime GitHub notifications bot (Jan 12 2021 at 14:14):

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