[][src]Crate canonical_host

The host library responsible for running and connecting modules

Structs

MemStore

An in-memory store implemented with a hashmap

Query

Represents the type of a query

Remote

A representation of a Module of erased type, with its root state reachable from the Id in the store.

Transaction

Represents the type of a transaction

Wasm

A type with a corresponding wasm module

Traits

Module

Helper trait for wasm bytecode

Store

The main trait for storing/transmitting data, in the case of a wasm environment, this is generally implemented with host calls