[−][src]Module holochain_core::nucleus::ribosome
The virtual machine that runs DNA written in WASM
Modules
| api |
Module for ZomeApiFunctions ZomeApiFunctions are the functions provided by the ribosome that are callable by Zomes. |
| callback |
Module for ZomeCallbacks ZomeCallbacks are functions in a Zome that are callable by the ribosome. |
| memory |
Structs
| Runtime |
Object holding data to pass around to invoked Zome API functions |
Traits
| Defn |
Functions
| run_dna |
Executes an exposed zome function in a wasm binary. Multithreaded function panics if wasm binary isn't valid. |