Documentation
¶
Overview ¶
Package executor provides an interface for executing compiled API programs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
// Globals is the buffer holding all the global fields.
Globals []byte
// Arena is the memory arena used by this execution environment.
Arena arena.Arena
// contains filtered or unexported fields
}
Env is the go execution environment.
func (*Env) Dispose ¶
func (e *Env) Dispose()
Dispose releases the memory used by the environment. Call after the env is no longer needed to avoid leaking memory.
Click to show internal directories.
Click to hide internal directories.