Versions in this module Expand all Collapse all v1 v1.9.9 Sep 16, 2025 v1.9.7 May 2, 2025 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, shared bool) []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