Skip to content
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

adding Plugin API reference #116

Closed
wants to merge 1 commit into from
Closed

Conversation

mhmohona
Copy link
Contributor

Explanation

Added new page for Plugin API Referee with following content -

  • WasmEdge Plugin API Reference
    • Loading a WasmEdge plugin
    • Registering the plugin API
    • Importing the plugin modules
    • Sample application that uses a WasmEdge plugin
    • Examples of WasmEdge Plug-ins
      • Overview of the WasmEdge Plug-ins
      • WasmEdge-Process Plug-in
      • WASI-Crypto Plug-in
      • WASI-NN Plug-in with OpenVINO backend
      • WASI-NN Plug-in with PyTorch backend
      • WASI-NN Plug-in with TensorFlow-Lite backend
      • WasmEdge-HttpsReq Plug-in

Related issue - #85

What type of PR is this

/kind documentation

Proposed Changes

Copy link
Collaborator

alabulei1 commented Jun 20, 2023

Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR.


Commit 05e66618cda94f06b37c0161cd4785d0fcd61041

The key change made in this pull request is the addition of a new markdown page titled "api_reference.md", which provides information on how to load, register, and import WasmEdge plugins through API. The page also includes an overview of the WasmEdge plugins that are currently released and a sample application that uses a WasmEdge plugin. The new page has been added to the "contribute/plugin" directory and also included in the sidebar of the WasmEdge documentation.

The patch does not contain any identifiable potential problem. However, after reviewing the page, it might be helpful to add some examples in the "Overview of the WasmEdge Plug-ins" section to illustrate the functionalities of each plugin. Additionally, it could be helpful to mention the programming language(s) supported for writing WasmEdge plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants