Crate extism_runtime
source ·Re-exports
pub use manifest::Manifest;
Modules
Macros
Structs
- A
Contextis used to store and manage plugins - The
Errortype, a wrapper around a dynamic error type. - Internal stores data that is available to the caller in PDK functions
- Plugin contains everything needed to execute a WASM function
- Handles memory for plugins
- WASI context
Enums
- A list of all possible value types in WebAssembly.
Traits
- InternalExt provides a unified way of acessing
memory,storeandinternalvalues ToMemoryBlockis used to convert from Rust values to blocks of WASM memory