type github.com/tetratelabs/wazero/api.Memory (interface)
Method Implmentations
Definition() MemoryDefinition
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.Definition
Grow(deltaPages uint32) (previousPages uint32, ok bool)
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.Grow
Read(offset, byteCount uint32) ([]byte, bool)
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.Read
ReadByte(offset uint32) (byte, bool)
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.ReadByte
ReadFloat32Le(offset uint32) (float32, bool)
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.ReadFloat32Le
ReadFloat64Le(offset uint32) (float64, bool)
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.ReadFloat64Le
ReadUint16Le(offset uint32) (uint16, bool)
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.ReadUint16Le
ReadUint32Le(offset uint32) (uint32, bool)
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.ReadUint32Le
ReadUint64Le(offset uint32) (uint64, bool)
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.ReadUint64Le
Write(offset uint32, v []byte) bool
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.Write
WriteByte(offset uint32, v byte) bool
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.WriteByte
WriteFloat32Le(offset uint32, v float32) bool
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.WriteFloat32Le
WriteFloat64Le(offset uint32, v float64) bool
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.WriteFloat64Le
WriteString(offset uint32, v string) bool
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.WriteString
WriteUint16Le(offset uint32, v uint16) bool
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.WriteUint16Le
WriteUint32Le(offset, v uint32) bool
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.WriteUint32Le
WriteUint64Le(offset uint32, v uint64) bool
*github.com/tetratelabs/wazero/internal/wasm.MemoryInstance.WriteUint64Le
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |