Module darkfi::runtime::vm_runtime

source ·
Expand description

Main WASM VM runtime implementation

Structs§

  • The WASM VM runtime environment instantiated for every smart contract that runs.
  • Define a wasm runtime.

Enums§

Constants§

  • GAS_LIMIT 🔒
    Gas limit for a single contract call (Single WASM instance)
  • MEMORY 🔒
    Name of the wasm linear memory in our guest module