WebAssembly / shared-everything-threads

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

Document the text format for shared annotations #68

Closed tlively closed 5 months ago

tlively commented 5 months 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 5 months ago

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