aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-interpreter
Commit message (Collapse)AuthorAgeFilesLines
* core/vm: add dvm, a wasm-based virtual machinedm42019-04-1151-0/+7044
DVM follows DEXON VM interface. It checks bytecode and executes it in a WASM VM.