Crate plugy_runtime

Source
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
PluginHandle
A handle to a loaded plugin instance.
Runtime
A runtime environment for managing plugins and instances.
RuntimeCaller
The caller of a function
RuntimeModule
Single runnable module

Traits§

Context
IntoCallable

Type Aliases§

Caller
CallerStore
Linker