[−][src]Crate holochain_wasm_utils
Library holding necessary code for the Ribosome that is also useful for hdk-rust, or more generally for making rust code that the Ribosome can run. Must not have any dependency with any other Holochain crates.
Re-exports
pub extern crate holochain_core_types; |
Modules
api_serialization | |
macros | |
memory_allocation | |
memory_serialization |
Macros
ribosome_error_code |
Macro for creating a RibosomeErrorCode as a RuntimeValue Result-Option on the spot |
ribosome_error_report |
Macro for creating a RibosomeErrorReport on the spot with file!() and line!() |
zome_assert |
Macro for creating a RibosomeErrorCode as a RuntimeValue Result-Option on the spot Will panic! if out or memory or other serialization error occured. |