On Mon Oct 13 12:44:54 2025 +0000, Vibhav Pant wrote:
But then wouldn't we need to always iterate through the array with `strcmp` to get a particular stream (for instance, in `assembly_get_heap_size`, `assembly_get_{string, blob, guid}`)? The spec doesn't say that streams need to appear in a certain order, so we wouldn't be able to use fixed indices to this array.
stream_tables would become something like streams[STREAM_TABLE], but it's fine like this too.