Skip to content

Commit 83211ea

Browse files
committed
Mention a few more possible implementation limits
cf. WebAssembly#287 (comment)
1 parent 38f1611 commit 83211ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

document/core/appendix/implementation.rst

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ An implementation may impose restrictions on the following dimensions of a modul
4646
* the number of results in a :ref:`function type <syntax-functype>`
4747
* the number of parameters in a :ref:`block type <syntax-blocktype>`
4848
* 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>`
4951
* the number of :ref:`locals <syntax-local>` in a :ref:`function <syntax-func>`
5052
* the size of a :ref:`function <syntax-func>` body
5153
* 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 <
126128
* the number of allocated :ref:`memory instances <syntax-meminst>`
127129
* the number of allocated :ref:`tag instances <syntax-taginst>`
128130
* the number of allocated :ref:`global instances <syntax-globalinst>`
131+
* the number of allocated :ref:`exception instances <syntax-exninst>`
129132
* the size of a :ref:`table instance <syntax-tableinst>`
130133
* the size of a :ref:`memory instance <syntax-meminst>`
131134
* the number of :ref:`frames <syntax-frame>` on the :ref:`stack <stack>`

0 commit comments

Comments
 (0)