Module holochain::core::ribosome

source ·
Expand description

A Ribosome is a structure which knows how to execute hApp code.

We have only one instance of this: crate::core::ribosome::real_ribosome::RealRibosome. The abstract trait exists so that we can write mocks against the RibosomeT interface, as well as opening the possiblity that we might support applications written in other languages and environments.

Modules

Structs

Enums

Traits

Functions