-
Notifications
You must be signed in to change notification settings - Fork 2
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
[OSPP][SD.cpp] add CLI params #9
Conversation
Please fix the following two issues:
|
Signed-off-by: Tenderyi <[email protected]>
Signed-off-by: Tenderyi <[email protected]>
Please run rustfmt and clippy to fix the coding style. |
Signed-off-by: Tenderyi <[email protected]>
…Tenderyi into main
Signed-off-by: Tenderyi <[email protected]>
Signed-off-by: Tenderyi <[email protected]>
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.
Use #[allow(clippy::too_many_arguments)]
to remove the too many arguments warnings.
@apepkuss PTAL |
Signed-off-by: Tenderyi <[email protected]>
Signed-off-by: Tenderyi <[email protected]>
Signed-off-by: Tenderyi <[email protected]>
Signed-off-by: Tenderyi <[email protected]>
This PR should be merged after WasmEdge/WasmEdge#3763 gets merged. There is a strong relationship between the plugin and this binding. |
… in CLI Signed-off-by: Tenderyi <[email protected]>
…Tenderyi into main
… in CLI Signed-off-by: Tenderyi <[email protected]>
Signed-off-by: Tenderyi <[email protected]>
Signed-off-by: Tenderyi <[email protected]>
…Tenderyi into main
Signed-off-by: Tenderyi <[email protected]>
Added command line input and modified the constructor in the rust file.