Documentation ¶
Index ¶
Constants ¶
View Source
const ( SectionSnapshot = "gate.snapshot" // Must appear once before gate.export or gate.buffer section. SectionExport = "gate.export" // May appear in place of standard export section. SectionBuffer = "gate.buffer" // May appear once between code and stack sections. SectionStack = "gate.stack" // May appear once between buffer and data sections. )
Custom WebAssembly sections.
Variables ¶
This section is empty.
Functions ¶
func ReadBufferSectionHeader ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.