anistark opened issue #3801:
Getting
error: failed to load manifest for workspace member
on runningcargo build
or evencargo metadata
.Steps to Reproduce
- Cloned the repo
- Ran
cargo metadata
Expected Results
Should have displayed metadata as output.
Actual Results
error: failed to load manifest for workspace member `/path/to/wasmtime/crates/bench-api` Caused by: failed to load manifest for dependency `wasi-cap-std-sync` Caused by: failed to load manifest for dependency `wasi-common` Caused by: failed to load manifest for dependency `wiggle` Caused by: failed to load manifest for dependency `wiggle-macro` Caused by: failed to load manifest for dependency `wiggle-generate` Caused by: failed to load manifest for dependency `witx` Caused by: failed to read `/path/to/wasmtime/crates/wasi-common/WASI/tools/witx/Cargo.toml` Caused by: No such file or directory (os error 2)
Versions and Environment
Wasmtime version or commit: On Commit
ca0e8d0a1d8cefc0496dba2f77a670571d8fdcab
Operating system: Mac M1
Extra Info
Anything else you'd like to add?
Tried using multiple rust toolchains
stable-aarch64-apple-darwin (default)
andstable-x86_64-apple-darwin
.
Same result when trying to run
cargo build
orcargo build -p wasmtime-c-api
.
anistark labeled issue #3801:
Getting
error: failed to load manifest for workspace member
on runningcargo build
or evencargo metadata
.Steps to Reproduce
- Cloned the repo
- Ran
cargo metadata
Expected Results
Should have displayed metadata as output.
Actual Results
error: failed to load manifest for workspace member `/path/to/wasmtime/crates/bench-api` Caused by: failed to load manifest for dependency `wasi-cap-std-sync` Caused by: failed to load manifest for dependency `wasi-common` Caused by: failed to load manifest for dependency `wiggle` Caused by: failed to load manifest for dependency `wiggle-macro` Caused by: failed to load manifest for dependency `wiggle-generate` Caused by: failed to load manifest for dependency `witx` Caused by: failed to read `/path/to/wasmtime/crates/wasi-common/WASI/tools/witx/Cargo.toml` Caused by: No such file or directory (os error 2)
Versions and Environment
Wasmtime version or commit: On Commit
ca0e8d0a1d8cefc0496dba2f77a670571d8fdcab
Operating system: Mac M1
Extra Info
Anything else you'd like to add?
Tried using multiple rust toolchains
stable-aarch64-apple-darwin (default)
andstable-x86_64-apple-darwin
.
Same result when trying to run
cargo build
orcargo build -p wasmtime-c-api
.
bjorn3 commented on issue #3801:
You will need to run
git submodule update --init
to fetch all submodules.
anistark commented on issue #3801:
You will need to run
git submodule update --init
to fetch all submodules.This worked. Perfect. :pray:🏼 Thanks.
anistark closed issue #3801:
Getting
error: failed to load manifest for workspace member
on runningcargo build
or evencargo metadata
.Steps to Reproduce
- Cloned the repo
- Ran
cargo metadata
Expected Results
Should have displayed metadata as output.
Actual Results
error: failed to load manifest for workspace member `/path/to/wasmtime/crates/bench-api` Caused by: failed to load manifest for dependency `wasi-cap-std-sync` Caused by: failed to load manifest for dependency `wasi-common` Caused by: failed to load manifest for dependency `wiggle` Caused by: failed to load manifest for dependency `wiggle-macro` Caused by: failed to load manifest for dependency `wiggle-generate` Caused by: failed to load manifest for dependency `witx` Caused by: failed to read `/path/to/wasmtime/crates/wasi-common/WASI/tools/witx/Cargo.toml` Caused by: No such file or directory (os error 2)
Versions and Environment
Wasmtime version or commit: On Commit
ca0e8d0a1d8cefc0496dba2f77a670571d8fdcab
Operating system: Mac M1
Extra Info
Anything else you'd like to add?
Tried using multiple rust toolchains
stable-aarch64-apple-darwin (default)
andstable-x86_64-apple-darwin
.
Same result when trying to run
cargo build
orcargo build -p wasmtime-c-api
.
Last updated: Nov 22 2024 at 16:03 UTC