0xfocu5 opened issue #7753:
I learned how to build from https://docs.wasmtime.dev/contributing-building.html
but i got error:
-> % cargo build
error: failed to load manifest for workspace member~/wasmtime/crates/c-api/artifactCaused by:
failed to load manifest for dependencywasmtime-c-api-implCaused by:
failed to load manifest for dependencywasi-cap-std-syncCaused by:
failed to load manifest for dependencywasi-commonCaused by:
failed to parse manifest at~/cache/wasmtime/crates/wasi-common/Cargo.tomlCaused by:
error inheritingwigglefrom workspace root manifest'sworkspace.dependencies.wiggleCaused by:
dependency.wigglewas not found inworkspace.dependencies
bjorn3 commented on issue #7753:
Try
git submodule update --init.
0xfocu5 commented on issue #7753:
Try
git submodule update --init.i tried it,but got the same error.
0xfocu5 commented on issue #7753:
Try
git submodule update --init.i tried it,but got the same error.
It might be due to the cache issue, and it's working now. Thank you very much.
0xfocu5 closed issue #7753:
I learned how to build from https://docs.wasmtime.dev/contributing-building.html
but i got error:
-> % cargo build
error: failed to load manifest for workspace member~/wasmtime/crates/c-api/artifactCaused by:
failed to load manifest for dependencywasmtime-c-api-implCaused by:
failed to load manifest for dependencywasi-cap-std-syncCaused by:
failed to load manifest for dependencywasi-commonCaused by:
failed to parse manifest at~/cache/wasmtime/crates/wasi-common/Cargo.tomlCaused by:
error inheritingwigglefrom workspace root manifest'sworkspace.dependencies.wiggleCaused by:
dependency.wigglewas not found inworkspace.dependencies
Last updated: Dec 13 2025 at 19:03 UTC