Expand description
§WASI Blobstore Memory Plugin
This module implements an in-memory blobstore plugin for the wasmCloud runtime,
providing the wasi:blobstore@0.2.0-draft interface for development and testing scenarios.
Structs§
- Container
Data - In-memory container representation
- Object
Data - Metadata for an object stored in memory
- Outgoing
Value Handle - Resource representation for an outgoing value (data being written)
- Stream
Object Names Handle - Resource representation for streaming object names
- Wasi
Blobstore - Memory-based blobstore plugin
Type Aliases§
- Incoming
Value Handle - Resource representation for an incoming value (data being read)