-
Notifications
You must be signed in to change notification settings - Fork 109
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
Revert toolchain to 1.69 because upstream bug on wasmer for macOS M CPUs #103
Conversation
|| module | ||
.find_std_section::<wasmbin::sections::payload::Export>() | ||
.and_then(|exports| exports.try_contents().ok()) | ||
.is_some_and(|exports| exports.iter().any(check_export)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was unstable in 1.69
@@ -386,7 +386,6 @@ impl InstanceEnv { | |||
} | |||
|
|||
#[tracing::instrument(skip_all)] | |||
#[allow(clippy::let_with_type_underscore)] // I have no idea why clippy is issuing this warning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed because have not effect in both toolchains
@@ -1,5 +1,3 @@ | |||
#![allow(clippy::let_with_type_underscore)] // can remove once tokio-rs/tracing#2609 mereges |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed because have not effect in both toolchains
Description of Changes
1.69
so running in standalone works on macOs: Misaligned pointer dereference on Mac M1 Pro & Mac M2 Pro wasmerio/wasmer#4072This is triggered by running reduces by bitCraft, for example.
API
If the API is breaking, please state below what will break