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
Adding this to start collecting detailed improvements and fixes needed on the typechecker side:
1 - The inconsistency in function arguments should have been caught by the typechecker. Example below should not pass once the typechecker is fixed and can correctly detect all argument inconsistencies.
The typechecker as is, is not correct enough to reliably produce correct webassembly and will need to be improved.
Various workarounds involving explicitly overriding types in typemaps, as is the case in the current codebase, only get us that far.
The text was updated successfully, but these errors were encountered: