Documentation
¶
Overview ¶
Package binary implements the WebAsembly binary encoding and decoding.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBinary ¶
DecodeBinary decodes module from binary encoding.
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
Decoder implements primite functions for WASM binary format decoding.
func (*Decoder) PopInput ¶
func (d *Decoder) PopInput()
PopInput removes the topmost input from the decoder.
type NameID ¶
type NameID byte
NameID defines name section IDs.
type SectionID ¶
type SectionID byte
SectionID defines the ID of module sections.
Click to show internal directories.
Click to hide internal directories.