# 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.