Skip to content

Fix error in Web embedding desc for atomic.notify #185

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

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

conrad-watt
Copy link
Collaborator

ref: WebAssembly/binaryen#4393

In #110 we changed the count argument of atomic.notify so that it is treated as an unsigned i32. Previous to this change, it was interpreted as a signed i32, with negative numbers signalling that all threads should be woken. This part of the overview wasn't fully updated - fixing this now.

ref: WebAssembly/binaryen#4393

In #110 we changed the `count` argument of `atomic.notify` so that it is treated as an unsigned `i32`. Previous to this change, it was interpreted as a signed `i32`, with negative numbers signalling that all threads should be woken. This part of the overview wasn't fully updated - fixing this now.
@conrad-watt conrad-watt changed the title Fix error in Web embedding desc for atomics.notify Fix error in Web embedding desc for atomic.notify Dec 14, 2021
@conrad-watt conrad-watt merged commit 85b562c into main Dec 14, 2021
@conrad-watt conrad-watt deleted the conrad-watt-patch-1 branch December 14, 2021 19:24
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