Expand description
The engine which executes smart contracts on the Casper network.
Modulesยง
- engine_
state - This module contains all the execution related code.
- execution
- Code execution.
- resolvers
- This module is responsible for resolving host functions from within the WASM engine.
- runtime
- This module contains executor state of the WASM code.
- runtime_
context - The context of execution of WASM code.