kermitdafrog8 opened issue #7893:
error: Package
wasmtime-cli v17.0.1 (/tmp/SBo/wasmtime-v17.0.1-src)
does not have featurewasmtime-wast
. It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.Not sure if this has already been reported. Trying to build the source package.
alexcrichton commented on issue #7893:
Thanks for the report! The feature is currently called
wast
, so does that work for you rather than awasmtime-wast
feature?
kermitdafrog8 commented on issue #7893:
All I do is extract the archive and then run cargo build --release. Is there something I'm missing?
alexcrichton commented on issue #7893:
Ah in that case I think your version of the Rust compiler rustc might be too old. The
main
branch of Wasmtime currently requires Rust 1.73.0. What version do you have locally? (you can find out withrustc -vV
)
kermitdafrog8 commented on issue #7893:
rustc 1.70.0 (90c541806 2023-05-31) (built from a source tarball)
binary: rustc
commit-hash: 90c541806f23a127002de5b4038be731ba1458ca
commit-date: 2023-05-31
host: x86_64-unknown-linux-gnu
release: 1.70.0
LLVM version: 16.0.2
alexcrichton commented on issue #7893:
Ah yes as you can see you're using 1.70.0. Are you able to update to Rust 1.73.0 or later?
kermitdafrog8 commented on issue #7893:
I'll close this issues knowing now that this version requires a newer version of rust.
kermitdafrog8 closed issue #7893:
error: Package
wasmtime-cli v17.0.1 (/tmp/SBo/wasmtime-v17.0.1-src)
does not have featurewasmtime-wast
. It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.Not sure if this has already been reported. Trying to build the source package.
Last updated: Nov 22 2024 at 17:03 UTC