Skip to content

Commit

Permalink
Mention that parameters are included in the local computation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben L. Titzer authored and littledan committed Oct 9, 2018
1 parent 89d8761 commit 2622ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/js-api/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,6 @@ Modules that exceed these limits are invalid and are rejected with a {{CompileEr
<li>The maximum number of parameters to any function is 1000.</li>
<li>The maximum number of return types for any function is 1.</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 is 50000.</li>
<li>The maximum number of locals declared in a function, including implicitly declared as parameters, is 50000.</li>

</ul>

0 comments on commit 2622ca2

Please sign in to comment.