Module wasmedge_sdk::plugin

source ·
Expand description

Defines plugin related structs.

Modules

Structs

Represents a loaded plugin. It provides the APIs for accessing the plugin.
Represents Plugin descriptor for plugins.
Defines the API to manage plugins.
Defines the version of a plugin.

Type Definitions

Defines the type of the function that creates a module instance for a plugin.
Defines the type of the program options.