You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
The JS-API specifies implementation-defined limits on the structure of a module [1]. It looks like this proposal doesn't specify the maximum amount of tags that may be allowed.
SpiderMonkey allows 1000000 to match all the other top level fields. It looks like V8 does as well.
The JS-API specifies implementation-defined limits on the structure of a module [1]. It looks like this proposal doesn't specify the maximum amount of tags that may be allowed.
SpiderMonkey allows
1000000
to match all the other top level fields. It looks like V8 does as well.[1] https://webassembly.github.io/exception-handling/js-api/index.html#limits
The text was updated successfully, but these errors were encountered: