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

fix: update ssz to use non-simd on systems that do not support #7371

Draft
wants to merge 4 commits into
base: unstable
Choose a base branch
from

Conversation

matthewkeil
Copy link
Member

Motivation

Resolves #7177

Add check for system support of SIMD in @chainsafe/ssz and loads correct bindings on the target host.

@matthewkeil matthewkeil requested a review from a team as a code owner January 16, 2025 15:05
@matthewkeil matthewkeil marked this pull request as draft January 16, 2025 15:07
yarn.lock Outdated Show resolved Hide resolved
@matthewkeil matthewkeil marked this pull request as ready for review January 16, 2025 15:11
@matthewkeil matthewkeil requested a review from nflaig January 16, 2025 15:11
@nflaig nflaig changed the title chore: update ssz to use non-simd on systems that do not support fix: update ssz to use non-simd on systems that do not support Jan 16, 2025
nflaig
nflaig previously approved these changes Jan 16, 2025
Copy link
Member

@nflaig nflaig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed to fix to get more visibility in release notes on this

@matthewkeil matthewkeil marked this pull request as draft January 16, 2025 15:20
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.

CompileError: WebAssembly.Module(): Wasm SIMD unsupported
2 participants