package
0.36.0
Repository: https://github.com/gate-computer/wag.git
Documentation: pkg.go.dev

# Functions

MakeDynamic buffer.
MakeDynamicHint avoids making excessive allocations if the maximum buffer size can be estimated in advance.
MakeLimited buffer with a maximum size.
MakeStatic buffer.
NewDynamic buffer.
NewDynamicHint avoids making excessive allocations if the maximum buffer size can be estimated in advance.
NewLimited buffer with a maximum size.
NewStatic buffer.

# Variables

No description provided by the author

# Structs

Dynamic is a variable-capacity buffer.
Limited is a dynamic buffer with a maximum size.
Static is a fixed-capacity buffer, for wrapping a memory-mapped region.