aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/runtime
Commit message (Collapse)AuthorAgeFilesLines
* core/vm/runtime: added simple execution runtimeJeffrey Wilcke2015-11-185-0/+399
The runtime environment can be used for simple basic execution of contract code without the requirement of setting up a full stack and operates fully in memory.