-
Notifications
You must be signed in to change notification settings - Fork 304
Failed to install wasmi_cli
: raw mutable pointers are not allowed in statics
(Rust 1.77.1)
#1091
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
Comments
Whlith which Rust compiler version did you try.to install Wasmi? I have never seen this error before during development. Maybe Wasmi CI should be extended to cover certain missing specs. |
After some testing this seems to be linked to By default I was using |
Thanks a lot for the response and the bug report. I will have to see why this occurs in v1.77.1 to eventually close this issue. |
wasmi_cli
: raw mutable pointers are not allowed in statics
(Rust 1.77.1)
Failure in Rust 1.77.1 (and previous versions) occurs while Rust 1.78 compiles fine is due to this change: I was not aware how new this change actually was. |
I tried to run
cargo install wasmi_cli
to test this lib but got the following:The text was updated successfully, but these errors were encountered: