Header (int version, int flags, int payloadLength (empty))
Payload (header then int[])
StringTable (String[])
Basic worker format:
[payload, stringtable]
For workers, we can actually push through the Header+Payload as a single arraybuffer and skip copying it, but the
StringTable has to be copied.