Skip to content

Commit

Permalink
Expand implementation-defined limits on func/block param/result counts (
Browse files Browse the repository at this point in the history
  • Loading branch information
wingo authored and rossberg committed Nov 7, 2019
1 parent 8082a1d commit 263503e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions document/js-api/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1149,8 +1149,8 @@ In practice, an implementation may run out of resources for valid modules below
<li>The maximum number of memories, including declared or imported memories, is 1.</li>
<li>The initial or maximum number of pages for any memory, declared or imported, is at most 32767.</li>

<li>The maximum number of parameters to any function is 1000.</li>
<li>The maximum number of return values for any function is 1.</li>
<li>The maximum number of parameters to any function or block is 1000.</li>
<li>The maximum number of return values for any function or block is 1000.</li>
<li>The maximum size of a function body, including locals declarations, is 7654321 bytes.</li>
<li>The maximum number of locals declared in a function, including implicitly declared as parameters, is 50000.</li>

Expand Down

0 comments on commit 263503e

Please sign in to comment.