-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Feat] New API in Store
#53
Conversation
Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Xin Liu <[email protected]>
…:mod_instance` Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Xin Liu <[email protected]>
…rror` Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Xin Liu <[email protected]>
…stance` Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Xin Liu <[email protected]>
Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR. Overall, the pull request titled "[Feat] New API in
In summary, while the changes in the pull request appear to address specific requirements, it is important to address the potential issues and provide more information to ensure compatibility, completeness, and clarity throughout the codebase. DetailsCommit 289b45372fd600c52e8b28963f522117ce6770faKey changes:
Potential problems:
Commit 7ab42f45404b106aef22a48a9480640a240c32e7Key changes:
Potential problems:
Commit 0437b59796b28aa5767d3d183685b2567dbb6e6aKey changes:
Potential problems:
Overall, the changes seem to be straightforward, but it is necessary to ensure that the new version is stable and compatible with the existing codebase. Commit 79b54fd4240337a00cb7250dab766930ea0a77d8Key changes:
Potential problems:
Overall, this patch adds a new error type Commit d7c63241ee60c03fefbcef45c8fb2c870b68f0ebKey Changes:
Potential Problems:
Overall, this patch is a straightforward version bump in the Commit 1665560ba8fe3f6d21f309e634843a450f404e9eKey changes:
Potential problems:
Commit 31fb6882686bdd79aa2206d9b14812d2f49e2df0Key Changes:
Potential Problems:
Overall, more context and explanation about the version bump and its implications would improve the clarity of this pull request. Commit 7aab5f40c46829f0804c5d65b05bcbe753227aeeKey changes:
Potential problems:
Commit ffc7e31c5f981b483d50e7180978108acad8ea48Key changes:
Potential problems:
Commit 4be1a2a505252200f38471a1002683184657b97cKey changes:
Potential problems:
Overall, the changes seem to be focused on improving the error handling in the Commit e52b47bd061f5410817203e746205fa806f3658dKey changes:
Potential problems:
Overall, the changes seem to be relatively safe and do not appear to introduce any problems. Commit b484fd5a7270c29097222741c9ac7399f4bc869cKey changes in the patch:
Potential problems to address:
Commit f101574dd2e18b8a6ed737e91cd3f65cc253d878Key changes:
Potential problems:
Overall, more information is needed to fully understand the reasoning behind this change and to assess any potential issues introduced by the update. Commit f6a242f6285540a091e0acf24dd297fea1c252abSummary of Key Changes:
Potential Problems:
Overall, the changes in this patch seem to primarily address some clippy issues in the |
@L-jasmine Thanks for the review! |
In this PR, introduce a new API
register_plugin_module
inStore
and a new type aliasPluginInstance
inplugin
mod. In addition, the following changes are also made in this PR:PluginError
inwasmedge_types::error
modPluginManager::find
andPlugin::mod_instance
APIsVmBuilder
andVm