Module wasmedge_sdk::plugin
source · Expand description
Defines plugin related structs.
Modules
- Defines low-level types used in Plugin development.
Structs
- NNPreload
wasi_nn
Preload config for initializing the wasi_nn plug-in. - Represents a loaded plugin. It provides the APIs for accessing the plugin.
- Represents Plugin descriptor for plugins.
- Defines the API to manage plugins.
- Defines an import object that contains the required import data used when instantiating a module.
- Creates a plugin module.
- Defines the version of a plugin.
Enums
- ExecutionTarget
wasi_nn
Define where the graph should be executed. - GraphEncoding
wasi_nn
Describes the encoding of the graph.
Type Aliases
- Defines the type of the function that creates a module instance for a plugin.
- Defines the type of the program options.