WebAssembly / shared-everything-threads

A draft proposal for spawning threads in WebAssembly
Other
29 stars 1 forks source link

Expand notes on atomic access validity #33

Closed tlively closed 5 months ago

tlively commented 5 months ago

Clarify that only anyref and its subtypes may be atomically accessed, but no access to any reference type should tear. Add validity notes for instructions that were missing them.

Fixes #31.

tlively commented 5 months ago

Sounds good, added a note.