WebAssembly / shared-everything-threads

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

Document the text format for shared annotations #68

Closed tlively closed 2 weeks ago

tlively commented 3 weeks ago

Redefine the existing syntax for shared memories as an abbreviation that expands to the new syntax that is more consistent across all kinds of shared items. Add a section on reference types documenting abbreviations like (shared anyref).

This is a more complete alternative to #63

tlively commented 2 weeks ago

@rossberg, all your comments should be addressed now. PTAL!