Module wasmedge_sys::plugin
source · Expand description
Defines PluginManager and Plugin structs.
Structs
- Defines the module descriptor for plugins.
- Represents a loaded plugin. It provides the APIs for accessing the plugin.
- Represents Plugin descriptor for plugins.
- Defines the APIs for loading plugins and check the basic information of the loaded plugins.
- Represents a Plugin module instance.
- Defines the version of a plugin.
- Defines the program option for plugins.
Enums
- Defines the type of the program options.
Type Aliases
- Defines the type of the function that creates a module instance for a plugin.