Skip to content

Commit

Permalink
[js-api] Restore accidentally-deleted digit separators
Browse files Browse the repository at this point in the history
These were accidentally deleted in WebAssembly#471.
  • Loading branch information
tlively authored Nov 7, 2023
1 parent f9607ac commit 51de001
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 @@ -1359,7 +1359,7 @@ In practice, an implementation may run out of resources for valid modules below
<li>The maximum number of data segments defined in a module is 100,000.</li>

<li>The maximum number of tables, including declared or imported tables, is 100,000.</li>
<li>The maximum size of a table is 10000000.</li>
<li>The maximum size of a table is 10,000,000.</li>
<li>The maximum number of table entries in any table initialization is 10,000,000.</li>
<li>The maximum number of memories, including declared or imported memories, is 1.</li>

Expand Down

0 comments on commit 51de001

Please sign in to comment.