-
Notifications
You must be signed in to change notification settings - Fork 5
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
use smithy-bindgen to gen interface, re-export as 'testing' #24
Conversation
Signed-off-by: stevelr <steve@cosmonic.com>
Signed-off-by: stevelr <steve@cosmonic.com>
Signed-off-by: stevelr <steve@cosmonic.com>
Dependent on wasmCloud/weld#143 |
Other than the references in Cargo.toml (which are blocked on other prs), this is ready for review |
Co-authored-by: Roman Volosatovs <rvolosatovs@users.noreply.github.com>
This uses the new smithy-bindgen crate and the latest wasmbus-rpc. Bumped version to 0.7.0 since we now recommend that instead of importing wasmcloud-interface-testing, clients of this crate |
Signed-off-by: stevelr <steve@cosmonic.com>
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.
Minor changes and a nit that is totally optional
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.
I'm good with this as long as @thomastaylor312 is 😄
Signed-off-by: stevelr <steve@cosmonic.com>
@thomastaylor312 addressed your concern with 077dae2 |
Feature or Problem
testing
Related Issues
Waiting on wasmCloud/weld#143
Release Information
Consumer Impact
Acceptance or Integration
Manual Verification
Still testing w/ other crates