Documentation
¶
Index ¶
- func Import(ctx context.Context, runtime wazero.Runtime, instance wasmexec.Instance) (*wasmexec.Module, error)
- func ImportWithNamespace(ctx context.Context, runtime wazero.Runtime, ns wazero.Namespace, ...) (*wasmexec.Module, error)
- type Memory
- func (mem *Memory) GetFloat64(offset uint32) (float64, error)
- func (mem *Memory) GetInt64(offset uint32) (int64, error)
- func (mem *Memory) GetUInt32(offset uint32) (uint32, error)
- func (mem *Memory) Range(offset, length uint32) ([]byte, error)
- func (mem *Memory) SetFloat64(offset uint32, val float64) error
- func (mem *Memory) SetInt64(offset uint32, val int64) error
- func (mem *Memory) SetUInt32(offset, val uint32) error
- func (mem *Memory) SetUInt8(offset uint32, val uint8) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.