core, core/vm: added structure logging
This also reduces the time required spend in the VM
This commit is contained in:
@ -3,6 +3,4 @@ package vm
|
||||
type VirtualMachine interface {
|
||||
Env() Environment
|
||||
Run(context *Context, data []byte) ([]byte, error)
|
||||
Printf(string, ...interface{}) VirtualMachine
|
||||
Endl() VirtualMachine
|
||||
}
|
||||
|
Reference in New Issue
Block a user