Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error in Web embedding desc for atomic.notify (#185)
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.
- Loading branch information