Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 1a3ab41

Browse files
committed
js-api: Add implementation defined limit of 16GiB for 64-bit memories.
1 parent ace0947 commit 1a3ab41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

document/js-api/index.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,8 @@ In practice, an implementation may run out of resources for valid modules below
17811781

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

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

0 commit comments

Comments
 (0)