[][src]Module wascc_actor::kv

Key-Value Store

This module contains the key-value store through which guest modules access the currently bound wascap:keyvalue capability provider

Structs

DefaultKeyValueStore

An abstraction around a host runtime capability for a key-value store

Constants

CAPID_KEYVALUE

The reserved capability ID for a key/value store. Used for call routing in the host runtime.