Skip to content

Commit

Permalink
js-api: An implementation defined limit of 16GiB for 64-bit memories.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Nov 6, 2024
1 parent ace0947 commit 809ecb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion document/js-api/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,8 @@ In practice, an implementation may run out of resources for valid modules below

<ul>
<li>The maximum size of a table is 10,000,000.</li>
<li>The maximum number of pages of a memory is 65,536.</li>
<li>The maximum size of a 32-bit memory is 65,536 pages (4 GiB).</li>
<li>The maximum size of a 64-bit memory is 262,144 pages (16 GiB).</li>
</ul>

<h2 id="security-considerations">Security and Privacy Considerations</h2>
Expand Down

0 comments on commit 809ecb0

Please sign in to comment.