WebAssembly / shared-everything-threads

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

Clarify binary format #69

Closed tlively closed 3 months ago

tlively commented 3 months ago

Instead of a table, give the attribute grammar for waitqueue, shared abstract heap types, and sharecomptype to make the syntactic classes clearer. Also remove the binary format note for tags; as previously mentioned, the syntax of tags does not need to change because their sharedness comes from their function type.

Partially resolves #64.