-
Notifications
You must be signed in to change notification settings - Fork 52
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
fix: interface module bindings #1219
fix: interface module bindings #1219
Conversation
437f3c1
to
a079c5d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pushing this 🙏 Probably I am wrong and please correct me if so, but I think this adds the capability of interface invocation, hence, we should add the interface-invoke
test cases (as in https://github.com/polywrap/toolchain/tree/origin/packages/test-cases/cases/wrappers/wasm-as/interface-invoke)
@cbrzn I agree, the tests should cover this scenario |
Rust binding for interface-implementation invocation isn't working due to a bug in rust binding template checkout below issue for more details