-
Notifications
You must be signed in to change notification settings - Fork 232
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
static method support #1074
Comments
Hey, is there a consensus on this from the maintainers? I’d be willing to look into this. |
I don't know if any of the maintainers have thought this through as the need hasn't come up in our use-cases. I suspect the answer will depend on the implementation - ie, how much complexity/overhead it adds vs the current scenario of just using namespace functions. |
Given that constructors are implemented through class/static/whatever methods and that Web IDL does have a concept of static operations, maybe there wouldn’t be a lot of novel code. |
I vote for this. It would be great if I could use |
I also vote for this, it's a limiting factor in my current project. |
It seems that, uniffi-rs does not to support static method/associated function yet.
┆Issue is synchronized with this Jira Task
┆Issue Number: UNIFFI-100
The text was updated successfully, but these errors were encountered: