Skip to content

Commit

Permalink
Mention a few more possible implementation limits
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jan 29, 2024
1 parent 38f1611 commit 83211ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions document/core/appendix/implementation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ An implementation may impose restrictions on the following dimensions of a modul
* the number of results in a :ref:`function type <syntax-functype>`
* the number of parameters in a :ref:`block type <syntax-blocktype>`
* the number of results in a :ref:`block type <syntax-blocktype>`
* the number of parameters in a :ref:`tag type <syntax-tagtype>`
* the total size of parameters in a :ref:`tag type <syntax-tagtype>`
* the number of :ref:`locals <syntax-local>` in a :ref:`function <syntax-func>`
* the size of a :ref:`function <syntax-func>` body
* the size of a :ref:`structured control instruction <syntax-instr-control>`
Expand Down Expand Up @@ -126,6 +128,7 @@ Restrictions on the following dimensions may be imposed during :ref:`execution <
* the number of allocated :ref:`memory instances <syntax-meminst>`
* the number of allocated :ref:`tag instances <syntax-taginst>`
* the number of allocated :ref:`global instances <syntax-globalinst>`
* the number of allocated :ref:`exception instances <syntax-exninst>`
* the size of a :ref:`table instance <syntax-tableinst>`
* the size of a :ref:`memory instance <syntax-meminst>`
* the number of :ref:`frames <syntax-frame>` on the :ref:`stack <stack>`
Expand Down

0 comments on commit 83211ea

Please sign in to comment.