package
1.9.0
Repository: https://github.com/tetratelabs/wazero.git
Documentation: pkg.go.dev

# Packages

# Functions

Instantiate instantiates the ModuleName module into the runtime.
MustInstantiate calls Instantiate or panics on error.
NewBuilder returns a new Builder.
NewFunctionExporter returns a new FunctionExporter.

# Constants

ModuleName is the module name WASI functions are exported into.

# Interfaces

Builder configures the ModuleName module for later use via Compile or Instantiate.
FunctionExporter exports functions into a wazero.HostModuleBuilder.