Documentation ¶
Index ¶
- type Memory
- type ModFunc
- type Runtime
- func (r *Runtime) BufferFree(ctx context.Context, bufferPtr uint64) error
- func (r *Runtime) BufferInit(ctx context.Context, bufferPtr uint64) error
- func (r *Runtime) BufferLength(ctx context.Context, bufferPtr uint64) (uint64, error)
- func (r *Runtime) BufferSizeOf(ctx context.Context) (uint64, error)
- func (r *Runtime) BufferValue(ctx context.Context, bufferPtr uint64) (uint64, error)
- func (r *Runtime) Calloc(ctx context.Context, size uint64, count uint64) (uint64, error)
- func (r *Runtime) Close(ctx context.Context) error
- func (r *Runtime) Free(ctx context.Context, ptr uint64) error
- func (r *Runtime) MemoryRead(offset uint64, byteCount uint64) ([]byte, bool)
- func (r *Runtime) MemoryWrite(ptr uint64, data []byte) bool
- func (r *Runtime) SerializeParse(ctx context.Context, bufferPtr, sourcePtr, sourceLen, optPtr uint64) (uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
func (*Runtime) BufferFree ¶
func (*Runtime) BufferInit ¶
func (*Runtime) BufferLength ¶
func (*Runtime) BufferValue ¶
func (*Runtime) MemoryRead ¶
Click to show internal directories.
Click to hide internal directories.