Expand description

A Zome is a module of app-defined code which can be run by Holochain. A group of Zomes are composed to form a DnaDef.

Real-world Holochain Zomes are written in Wasm. This module also provides for an “inline” zome definition, which is written using Rust closures, and is useful for quickly defining zomes on-the-fly for tests.

Structs§