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
When compiling the following code, I get a warning when using AS 0.20.x
exportnamespaceA{}
WARNING AS235: Only variables, functions and enums become WebAssembly module exports.
Is there a way to disable those warnings? (like an // @as-ignore or something?) (I understand the warning, I would just like to know if it can be disabled somehow)