Skip to content

Commit

Permalink
Merge pull request #472 from WebAssembly/tlively-patch-7
Browse files Browse the repository at this point in the history
[js-api] Restore accidentally-deleted digit separators
  • Loading branch information
rossberg authored Nov 7, 2023
2 parents f9607ac + 51de001 commit da76bf6
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 da76bf6

Please sign in to comment.