Versions in this module Expand all Collapse all v3 v3.0.1 Dec 26, 2023 v3.0.0 Dec 23, 2022 Changes in this version + type ModuleBuilder struct + func NewModuleBuilder() *ModuleBuilder + func NewModuleBuilderWith(in map[string]*wasm.Module) *ModuleBuilder + func (m *ModuleBuilder) Done() map[string]*wasm.Module + func (m *ModuleBuilder) MustSetFunction(modName, funcName string, fn func(machine *wasm.VirtualMachine) reflect.Value) + func (m *ModuleBuilder) SetFunction(modName, funcName string, fn func(machine *wasm.VirtualMachine) reflect.Value) error Other modules containing this package chainmaker.org/chainmaker/vm-gasm/v2