design: Remove note about this limitation

This commit is contained in:
Sasha Koshka 2025-05-15 17:56:41 -04:00
parent 835d623087
commit dd5e7e96d5

View File

@ -67,10 +67,7 @@ The table below lists all data value types supported by TAPE.
[^1]: Array types are written as <E>Array, where <E> is the element type. For
example, an array of I32 would be written as I32Array. StringArray still follows
this rule, even though it is encoded differently from other arrays. Nesting
arrays inside of arrays is prohibited. This problem can be avoided in most cases
by effectively utilizing the table structure, or by improving the design of
your protocol.
this rule, even though it is encoded differently from other arrays.
[^2]: SOP (sum of parts) refers to the sum of the size of every item in a data
structure.