-
-
Notifications
You must be signed in to change notification settings - Fork 670
Explicitly restrict exporting generic functions for entry file #570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
What currently happens is, if a concrete instance of it, let's say |
Yeah. May be not restrict as error but print warning. Hmm... |
9oelM
added a commit
to 9oelM/assemblyscript
that referenced
this issue
Nov 30, 2019
3 tasks
9oelM
added a commit
to 9oelM/assemblyscript
that referenced
this issue
Nov 30, 2019
9oelM
added a commit
to 9oelM/assemblyscript
that referenced
this issue
Nov 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
main.ts:
Currently generate wasm module without
foo
function.Expected: should be compiler error about exporting generic functions/classes are not allowing.
The text was updated successfully, but these errors were encountered: