issues
search
WebAssembly
/
shared-everything-threads
A draft proposal for spawning threads in WebAssembly
Other
44
stars
1
forks
source link
Update binary format again
#40
Closed
tlively
closed
9 months ago
tlively
commented
9 months ago
Use the
shared
constructor bytes for composite types (e.g. func, struct, and array) as well as abstract heap types.
Use the same bit to encode sharedness in element and data segments.
shared
constructor bytes for composite types (e.g. func, struct, and array) as well as abstract heap types.