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/artifact
Caused by:
failed to load manifest for dependencywasmtime-c-api-impl
Caused by:
failed to load manifest for dependencywasi-cap-std-sync
Caused by:
failed to load manifest for dependencywasi-common
Caused by:
failed to parse manifest at~/cache/wasmtime/crates/wasi-common/Cargo.toml
Caused by:
error inheritingwiggle
from workspace root manifest'sworkspace.dependencies.wiggle
Caused by:
dependency.wiggle
was 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/artifact
Caused by:
failed to load manifest for dependencywasmtime-c-api-impl
Caused by:
failed to load manifest for dependencywasi-cap-std-sync
Caused by:
failed to load manifest for dependencywasi-common
Caused by:
failed to parse manifest at~/cache/wasmtime/crates/wasi-common/Cargo.toml
Caused by:
error inheritingwiggle
from workspace root manifest'sworkspace.dependencies.wiggle
Caused by:
dependency.wiggle
was not found inworkspace.dependencies
Last updated: Nov 22 2024 at 17:03 UTC