Will things like arrays of structs be possible or a key value store where we have any key but an struct value? or would these things still need to be passed on via postmessage?
Hi @Autumnlight02, the proposal currently includes another new construct "shared arrays". These are fixed length arrays that can contain shared values, and are themselves shareable.
Will things like arrays of structs be possible or a key value store where we have any key but an struct value? or would these things still need to be passed on via postmessage?