Expand description
§plugy-runtime
The plugy-runtime
crate serves as the heart of Plugy’s dynamic plugin system, enabling the runtime management
and execution of plugins written in WebAssembly (Wasm). It provides functionalities for loading, running,
and interacting with plugins seamlessly within your Rust applications.
Structs§
- Func
- Plugin
- A concrete type that represents a wasm plugin and its state
- Plugin
Handle - A handle to a loaded plugin instance.
- Runtime
- A runtime environment for managing plugins and instances.
- Runtime
Caller - The caller of a function
- Runtime
Module - Single runnable module