-
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
[Refactor] Update PluginModule
and WasiModule
in wasmedge-sys
#42
[Refactor] Update PluginModule
and WasiModule
in wasmedge-sys
#42
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]>
Signed-off-by: Xin Liu <[email protected]>
Signed-off-by: Xin Liu <[email protected]>
…i_instance` in `Executor` 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 Summary: The Pull Request titled "[Refactor] Update Some of the potential issues and errors found in the individual patches include:
In summary, the Pull Request includes various changes with some potential issues and errors. It is recommended to address the concerns raised and provide more detailed documentation and explanations for the changes made. Code review comments and suggestions should also be included for a comprehensive review. DetailsCommit 3edcc8e5a15a1e3f73f3774be6ad60e83db87ceaKey Changes:
Potential Problems:
Commit 1dc2c2964b385b4ab2662ed6320a64270e4a5985Key changes:
Potential problems:
Commit 2a1e92ac07bfc5940918d255a3f1d16d39aba3edKey changes in the patch:
Potential problems:
Commit 6ae1df89fca3e27eb6eff25f74418b2b20e6546bKey changes:
Potential problems:
Commit c9b4d40e04ac7d4451353001d1ce080dfe58cc18Key Changes:
Potential Problems:
Overall, the patch contains unclear changes and lacks sufficient documentation, making it difficult to review and evaluate the impact of the changes. It is recommended to provide more detailed explanations of the changes made and their purpose. Commit 8fcd4668d7f7e4e69952ac97f254f59e6caf0d45Key changes:
Potential problems:
Commit 1faa7bc7a66cbb8f3823daf0c1e59a9072930f3bKey changes:
Potential problems:
Commit ae1afe1fdcba2190891a50495dcc82f07edeaa8eKey changes in the patch:
Potential problems:
Commit 32c266e2353a01babe68dce590122d8b1e1cb5d6Key changes:
Potential problems:
Overall, this patch refactors the |
In this PR,
PluginModule
andWasiModule
inwasmedge-sys
are refactored. In addition, the relevant APIs are updated.