anistark opened issue #3801:
Getting
error: failed to load manifest for workspace memberon runningcargo buildor evencargo metadata.Steps to Reproduce
- Cloned the repo
- Ran
cargo metadataExpected 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
ca0e8d0a1d8cefc0496dba2f77a670571d8fdcabOperating 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 buildorcargo build -p wasmtime-c-api.
anistark labeled issue #3801:
Getting
error: failed to load manifest for workspace memberon runningcargo buildor evencargo metadata.Steps to Reproduce
- Cloned the repo
- Ran
cargo metadataExpected 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
ca0e8d0a1d8cefc0496dba2f77a670571d8fdcabOperating 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 buildorcargo build -p wasmtime-c-api.
bjorn3 commented on issue #3801:
You will need to run
git submodule update --initto fetch all submodules.
anistark commented on issue #3801:
You will need to run
git submodule update --initto fetch all submodules.This worked. Perfect. :pray:🏼 Thanks.
anistark closed issue #3801:
Getting
error: failed to load manifest for workspace memberon runningcargo buildor evencargo metadata.Steps to Reproduce
- Cloned the repo
- Ran
cargo metadataExpected 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
ca0e8d0a1d8cefc0496dba2f77a670571d8fdcabOperating 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 buildorcargo build -p wasmtime-c-api.
Last updated: Dec 13 2025 at 19:03 UTC