Skip to main content

Module wasi_blobstore

Module wasi_blobstore 

Source
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§

ContainerData
In-memory container representation
ObjectData
Metadata for an object stored in memory
OutgoingValueHandle
Resource representation for an outgoing value (data being written)
StreamObjectNamesHandle
Resource representation for streaming object names
WasiBlobstore
Memory-based blobstore plugin

Type Aliases§

IncomingValueHandle
Resource representation for an incoming value (data being read)