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

Revert toolchain to 1.69 because upstream bug on wasmer for macOS M CPUs #103

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

mamcx
Copy link
Contributor

@mamcx mamcx commented Jul 26, 2023

Description of Changes

This is triggered by running reduces by bitCraft, for example.

  • Remove unnecessary lints checks

API

  • This is a breaking change to the module API
  • This is a breaking change to the ClientAPI
  • This is a breaking change to the SDK API

If the API is breaking, please state below what will break

|| module
.find_std_section::<wasmbin::sections::payload::Export>()
.and_then(|exports| exports.try_contents().ok())
.is_some_and(|exports| exports.iter().any(check_export))
Copy link
Contributor Author

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
Copy link
Contributor Author

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
Copy link
Contributor Author

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

@mamcx mamcx merged commit 83e88d8 into master Jul 27, 2023
@cloutiertyler cloutiertyler deleted the mamcx/bug_misaligned_pointer branch August 1, 2023 21:53
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

Successfully merging this pull request may close these issues.

2 participants