core/vm/runtime: added simple execution runtime
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.
Showing
- core/vm/runtime/doc.go 18 additions, 0 deletionscore/vm/runtime/doc.go
- core/vm/runtime/env.go 106 additions, 0 deletionscore/vm/runtime/env.go
- core/vm/runtime/runtime.go 121 additions, 0 deletionscore/vm/runtime/runtime.go
- core/vm/runtime/runtime_example_test.go 34 additions, 0 deletionscore/vm/runtime/runtime_example_test.go
- core/vm/runtime/runtime_test.go 120 additions, 0 deletionscore/vm/runtime/runtime_test.go
Loading
Please register or sign in to comment