Documentation
¶
Index ¶
Constants ¶
View Source
const ( LimitTypeMin byte = 0x00 LimitTypeMinMax byte = 0x01 )
View Source
const FuncTypePrefix byte = 0x60
View Source
const TableTypeFuncref byte = 0x70
Variables ¶
View Source
var ByteToValType map[ValType]string
View Source
var ValTypeToByte map[string]ValType
Functions ¶
This section is empty.
Types ¶
type ExportType ¶
type ExportType byte
const ( ExportFunc ExportType = 0 ExportTable ExportType = 1 ExportMem ExportType = 2 ExportGlobal ExportType = 3 )
type SectionId ¶
type SectionId byte
const ( SectionCustom SectionId = 0 SectionType SectionId = 1 SectionImport SectionId = 2 SectionFunction SectionId = 3 SectionTable SectionId = 4 SectionMemory SectionId = 5 SectionGlobal SectionId = 6 SectionExport SectionId = 7 SectionStart SectionId = 8 SectionElem SectionId = 9 SectionCode SectionId = 10 SectionData SectionId = 11 SectionDataCount SectionId = 12 )
Click to show internal directories.
Click to hide internal directories.