-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Nullable return types #1252
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
Comments
alexcrichton
added a commit
to alexcrichton/wasm-bindgen
that referenced
this issue
Feb 19, 2019
Add all the necessary support in a few locations and we should be good to go! Closes rustwasm#1252
@alexcrichton any chance of a new release soon? |
+1. I've been using the Git repo as dependency (using |
Thanks! ❤️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This example builds:
But when changin the return type of
say_hello
to an Option, it fails:Error:
Is this not supported? I would have expected
Hello | null
as return type.The text was updated successfully, but these errors were encountered: