Versions in this module Expand all Collapse all v1 v1.1.0 Jun 6, 2023 Changes in this version + const ModuleName + func Instantiate(ctx context.Context, r wazero.Runtime) (api.Closer, error) + func MustInstantiate(ctx context.Context, r wazero.Runtime) + type Builder interface + Compile func(context.Context) (wazero.CompiledModule, error) + Instantiate func(context.Context) (api.Closer, error) + func NewBuilder(r wazero.Runtime) Builder + type FunctionExporter interface + ExportFunctions func(wazero.HostModuleBuilder) + func NewFunctionExporter() FunctionExporter