Re-exports§
pub use manifest::Manifest;
Modules§
Macros§
Structs§
- Context
- A
Context
is used to store and manage plugins - Error
- The
Error
type, a wrapper around a dynamic error type. - Function
- Internal
- Internal stores data that is available to the caller in PDK functions
- Plugin
- Plugin contains everything needed to execute a WASM function
- Plugin
Ref - User
Data - Wasi
- WASI context
Enums§
- ValType
- A list of all possible value types in WebAssembly.
Traits§
- Internal
Ext - InternalExt provides a unified way of acessing
memory
,store
andinternal
values