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

Add Webassembly, Atomics, and other things #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mriise
Copy link

@mriise mriise commented Mar 13, 2022

Notes

This makes breaking changes.

Atomics not supported on some arm microcontrollers, In which case it will give a compiler error complaining about NonZeroUsize being missing, but that is another edge cage with an eventual solution with unstable #[cfg(target_has_atomic = ...)] and atomics polyfill
issue: rust-lang/rust/issues/32976

@mriise mriise changed the title Add Webassembly and Atomics, and other things Add Webassembly, Atomics, and other things Mar 13, 2022
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.

None yet

2 participants