[][src]Module holochain_core_types::dna::wasm

holochain_core_types::dna::wasm is a module for managing webassembly code

  • within the in-memory dna struct
  • and serialized to json

Structs

DnaWasm

Represents web assembly code.

ModuleArc

Wrapper around wasmi::Module since it does not implement Clone, Debug, PartialEq, Eq, which are all needed to add it to the DnaWasm below, and hence to the state.