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
@guybedford is right: this part of the semantics treats re-export cycles as a static error, not cyclic module dependencies. Re-export cycles are nonsense: in the example above, a is not actually defined anywhere.
Reported by @bmeck (WebAssembly/design#256 (comment))
The text was updated successfully, but these errors were encountered: