ipvm-wg/homestar

Blockstore (IPLD)/KV Interface, Backed by SQLite + State Effect

zeeshanlakhani opened this issue · 0 comments

Summary

For storing resources (Wasm modules) related to IPLD blocks (Host runtime) as well as other useful block information within the context of a running workflow (Guest, State Effect), we need a way to store this information, that works by way of Wasm/Wasi execution and is persisted into SQLite (up to some time/storage limit ~ #264).

This covers multiple storage use cases.

Components