Hi, I would like to build the project from the source but have no experience in rust. My goal is to build an so file for the armv8 architecture (targetting Android device). However cargo build gives me an error even though I just cloned the project:
error: failed to parse manifest at `/code/wasmtime/Cargo.toml`
Caused by:
invalid type: map, expected a sequence for key `package.authors`
What version of Rust are you compiling with? (cargo --version
)
cargo 1.57.0 (b2e52d7ca 2021-10-21)
It looks like Wasmtime currently requires 1.66 or later.
indeed, it works now, thanks a lot @Dan Gohman !
Last updated: Nov 22 2024 at 17:03 UTC