package
0.19.1
Repository: https://github.com/stealthrocket/wazergo.git
Documentation: pkg.go.dev

# Functions

NewFixedSizeMemory constructs a Memory instance of size bytes aligned on the WebAssembly page size.
Read returns a byte slice from a module memory.

# Constants

PageSize is the size of memory pages in WebAssembly programs (64 KiB).

# Structs

Memory is an implementation of the api.Memory interface of wazero backed by a Go byte slice.
SEGFAULT is an error type used as value in panics triggered by reading outside of the addressable memory of a program.