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 compile error with futures crate using a renamed function #2299

Merged
merged 2 commits into from
Aug 29, 2020
Merged

Fix compile error with futures crate using a renamed function #2299

merged 2 commits into from
Aug 29, 2020

Conversation

zebp
Copy link
Contributor

@zebp zebp commented Aug 29, 2020

A while ago the function core::arch::wasm32::atomic_notify was renamed to core::arch::wasm32::memory_atomic_notify in nightly. This pull request fixes issue 2285.

@haze
Copy link

haze commented Aug 29, 2020

すごい でかい

@alexcrichton
Copy link
Contributor

Thanks!

@alexcrichton alexcrichton merged commit 7ef5591 into rustwasm:master Aug 29, 2020
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.

Raytrace example won't compile (wasm32::atomic_notify)
3 participants