Module vm_runtime
darkfi
0.5.0
Module vm_
runtime
Module Items
Structs
Enums
Constants
In darkfi::
runtime
darkfi
::
runtime
Module
vm_
runtime
Copy item path
Source
Expand description
Main WASM VM runtime implementation
Structs
§
Env
The WASM VM runtime environment instantiated for every smart contract that runs.
Runtime
Define a wasm runtime.
Enums
§
Contract
Section
Constants
§
GAS_
LIMIT
Gas limit for a single contract call (Single WASM instance)
MEMORY
🔒
Name of the wasm linear memory in our guest module