Documentation ¶
Index ¶
- type Instance
- type Interpreter
- func (i *Interpreter) Halt() error
- func (i *Interpreter) Init() error
- func (i *Interpreter) Load(code engine.Reader) error
- func (i *Interpreter) MemoryData(ptr, sz uint32) ([]byte, error)
- func (i *Interpreter) Name() string
- func (i *Interpreter) Run() (engine.Instance, error)
- func (i *Interpreter) SetModules(modules wypes.Modules) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interpreter ¶
type Interpreter struct {
// contains filtered or unexported fields
}
func (*Interpreter) Halt ¶
func (i *Interpreter) Halt() error
func (*Interpreter) Init ¶
func (i *Interpreter) Init() error
func (*Interpreter) MemoryData ¶
func (i *Interpreter) MemoryData(ptr, sz uint32) ([]byte, error)
func (*Interpreter) Name ¶
func (i *Interpreter) Name() string
func (*Interpreter) SetModules ¶
func (i *Interpreter) SetModules(modules wypes.Modules) error
Click to show internal directories.
Click to hide internal directories.