-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add troubleshooting guide #192
Conversation
Signed-off-by: Mahfuza Humayra Mohona <[email protected]>
Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR. Overall Summary: This pull request adds a new troubleshooting guide for WasmEdge in two languages and includes links to relevant documentation and resources. It also adds hyperlinks to the AOT compiler, contribution guidelines, and updates the hyperlink to the WasmEdge codebase. Potential issues and errors:
Most important findings:
Overall, this pull request is a positive addition to the project but could be further enhanced by addressing the potential issues and errors mentioned above. DetailsCommit 236bd2f0ed24409fd65fdc2c4ad6c85d56e1c044Key changes in the patch:
Potential problems to note:
Commit d2332b0966af180d17998e79e86806f0eab594eaKey changes:
Potential problems:
|
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.
The file name seems to be a bit too large, especially considering if we share the links in the future. How abt we rename it to troubleshoot
?
|
||
## Contributing to WasmEdge | ||
|
||
If you're having trouble contributing to WasmEdge, make sure to: |
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.
Please link to our contribution guide.
|
||
If you're having trouble contributing to WasmEdge, make sure to: | ||
|
||
1. **Follow the Contribution Guidelines**: Ensure that your contributions follow the guidelines provided in the WasmEdge repository. |
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.
link to our code.
|
||
If WasmEdge is running slowly or consuming too much memory, consider the following: | ||
|
||
1. **Optimization**: Make sure you're using the AOT compiler if performance is a concern. The AOT compiler can significantly speed up the execution of Wasm files. |
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.
Link to the docs about how to use AoT compiler.
Signed-off-by: Mahfuza Humayra Mohona <[email protected]>
* Troubleshooting Guide Signed-off-by: Mahfuza Humayra Mohona <[email protected]> * add hy;erlink Signed-off-by: Mahfuza Humayra Mohona <[email protected]> --------- Signed-off-by: Mahfuza Humayra Mohona <[email protected]> Signed-off-by: kelvin <[email protected]>
Explanation
Added troubleshooting guide for wasmedge
Related issue
What type of PR is this
/kind documentation
Proposed Changes