File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ An implementation may impose restrictions on the following dimensions of a modul
46
46
* the number of results in a :ref: `function type <syntax-functype >`
47
47
* the number of parameters in a :ref: `block type <syntax-blocktype >`
48
48
* the number of results in a :ref: `block type <syntax-blocktype >`
49
+ * the number of parameters in a :ref: `tag type <syntax-tagtype >`
50
+ * the total size of parameters in a :ref: `tag type <syntax-tagtype >`
49
51
* the number of :ref: `locals <syntax-local >` in a :ref: `function <syntax-func >`
50
52
* the size of a :ref: `function <syntax-func >` body
51
53
* the size of a :ref: `structured control instruction <syntax-instr-control >`
@@ -126,6 +128,7 @@ Restrictions on the following dimensions may be imposed during :ref:`execution <
126
128
* the number of allocated :ref: `memory instances <syntax-meminst >`
127
129
* the number of allocated :ref: `tag instances <syntax-taginst >`
128
130
* the number of allocated :ref: `global instances <syntax-globalinst >`
131
+ * the number of allocated :ref: `exception instances <syntax-exninst >`
129
132
* the size of a :ref: `table instance <syntax-tableinst >`
130
133
* the size of a :ref: `memory instance <syntax-meminst >`
131
134
* the number of :ref: `frames <syntax-frame >` on the :ref: `stack <stack >`
You can’t perform that action at this time.
0 commit comments