wasm

package
v0.0.0-...-9ccd474 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2022 License: BSD-3-Clause Imports: 9 Imported by: 0

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

func ReadBufferSectionHeader(r section.Reader, length uint32) (bs snapshot.Buffers, readLen int, dataBuf []byte, err error)

func ReadSnapshotSection

func ReadSnapshotSection(r section.Reader) (snap snapshot.Snapshot, readLen int, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL