WasmEdge Plugin System

WasmEdge's plugin system enables extending the runtime with custom host function packages. Plugins can be developed in Rust or C/C++ and loaded at runtime, providing capabilities like TensorFlow AI inference, image processing, database drivers, and WASI networking extensions.

API entry from apis.yml

apis.yml Raw ↑
aid: wasmedge:wasmedge-plugin-system
name: WasmEdge Plugin System
description: WasmEdge's plugin system enables extending the runtime with custom host function packages.
  Plugins can be developed in Rust or C/C++ and loaded at runtime, providing capabilities like TensorFlow
  AI inference, image processing, database drivers, and WASI networking extensions.
humanURL: https://wasmedge.org/docs/contribute/plugin/
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://wasmedge.org/docs/contribute/plugin/
- type: GitHubRepository
  url: https://github.com/WasmEdge/WasmEdge
tags:
- Plugins
- Extensions
- TensorFlow
- AI