Skip to main content

Module loader

Module loader 

Source
Expand description

Plugin loader using wasmtime

Loads Wasm plugins and provides safe execution with sandboxing.

Structs§

LoadedPlugin
A loaded plugin ready for execution
PluginInstance
Plugin instance that can execute commands
PluginLoader
Plugin loader with wasmtime engine

Enums§

LoaderError
Errors that can occur during plugin loading

Traits§

EffectHandler
Effect handler trait for processing plugin effects