Versions in this module Expand all Collapse all v1 v1.1.0 Jun 6, 2023 Changes in this version + var Magic = []byte + func EncodeFunctionSection(typeIndices []wasm.Index) []byte + func EncodeFunctionType(t *wasm.FunctionType) []byte + func EncodeImport(i *wasm.Import) []byte + func EncodeLimitsType(min uint32, max *uint32) []byte + func EncodeMemory(i *wasm.Memory) []byte + func EncodeModule(m *wasm.Module) (bytes []byte) + func EncodeNameSectionData(n *wasm.NameSection) (data []byte) + func EncodeStartSection(funcidx wasm.Index) []byte + func EncodeTable(i *wasm.Table) []byte + func EncodeValTypes(vt []wasm.ValueType) []byte