package
0.0.0-20240620070341-3dff1577cd52
Repository: https://github.com/wasilibs/wazero-helpers.git
Documentation: pkg.go.dev
# Functions
NewNonMoving returns a [experimental.MemoryAllocator] that will reserve address space up to the maximum requested by a WebAssembly module during instantiation, ensuring that the base address of memory never changes even when the module requests memory to grow - the memory is never moved.