Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasmi collections unsuported version #1

Open
ACK-J opened this issue Feb 16, 2025 · 1 comment
Open

wasmi collections unsuported version #1

ACK-J opened this issue Feb 16, 2025 · 1 comment

Comments

@ACK-J
Copy link

ACK-J commented Feb 16, 2025

Let me preface this with I'm new to rust. While building the benchmarks and running the unit tests I couldn't get the helioselene wasm cycle benchmark to run properly. It appears to be an issue with the wasi-collections version compatability with rust 1.69.0.

cargo +1.69.0 run --release -- ../fcmp-plus-plus-optimization-competition/helioselene-contest

error: package `wasmi_collections v0.38.0` cannot be built because it requires rustc 1.79 or newer, while the currently active rustc version is 1.69.0
Either upgrade to rustc 1.79 or newer, or use
cargo update -p [email protected] --precise ver
where `ver` is the latest version of `wasmi_collections` supporting rustc 1.69.0
@j-berman
Copy link
Owner

Sorry, this will take some more work on my end to get everything working for 1.69.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants