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

Web: cache SharedArrayBuffer detection #561

Closed
wants to merge 4 commits into from

Conversation

daxpedda
Copy link
Contributor

@daxpedda daxpedda commented Dec 6, 2024

This change caches the SharedArrrayBuffer detection. Ideally we would have simply used once_cell::sync::Lazy because std::sync::OnceLock is not compatible with our MSRV, but both are not compatible with no_std.

Follow-up to #559.
Based on #559.

@daxpedda
Copy link
Contributor Author

daxpedda commented Dec 6, 2024

Closed in favor of rustwasm/wasm-bindgen#4325.

@daxpedda daxpedda closed this Dec 6, 2024
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.

1 participant