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

# Functions

No description provided by the author
Memory sets the memory of a Module instance.
NewModule constructs a Module instance with the given name and configuration options.

# Structs

Module is an implementation of wazero's api.Module interface intended to be used as a stub in tests.

# Type aliases

Bytes is an extension of the types.Bytes type which adds the ability to treat those values as results, so they can be passed as argument to Call* functions in tests.