Stream: git-wasmtime

Topic: wasmtime / issue #7753 how to build with source?


view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2024 at 08:34):

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 dependency wasmtime-c-api-impl

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 parse manifest at ~/cache/wasmtime/crates/wasi-common/Cargo.toml

Caused by:
error inheriting wiggle from workspace root manifest's workspace.dependencies.wiggle

Caused by:
dependency.wiggle was not found in workspace.dependencies

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2024 at 08:36):

bjorn3 commented on issue #7753:

Try git submodule update --init.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2024 at 08:45):

0xfocu5 commented on issue #7753:

Try git submodule update --init.

i tried it,but got the same error.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2024 at 09:04):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2024 at 09:04):

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 dependency wasmtime-c-api-impl

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 parse manifest at ~/cache/wasmtime/crates/wasi-common/Cargo.toml

Caused by:
error inheriting wiggle from workspace root manifest's workspace.dependencies.wiggle

Caused by:
dependency.wiggle was not found in workspace.dependencies


Last updated: Nov 22 2024 at 17:03 UTC