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

[js-api] Specify maximum number of tags #217

Merged
merged 1 commit into from
Jul 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions document/js-api/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,7 @@ In practice, an implementation may run out of resources for valid modules below
<li>The maximum number of imports declared in a module is 100000.</li>
<li>The maximum number of exports declared in a module is 100000.</li>
<li>The maximum number of globals defined in a module is 1000000.</li>
<li>The maximum number of tags defined in a module is 1000000.</li>
<li>The maximum number of data segments defined in a module is 100000.</li>

<li>The maximum number of tables, including declared or imported tables, is 100000.</li>
Expand Down