package
0.36.0
Repository: https://github.com/gate-computer/wag.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

LoadCodeSection reads a WebAssembly module's code section and generates machine code.
LoadCustomSections reads WebAssembly module's extension sections.
LoadDataSection reads a WebAssembly module's data section and generates initial contents of mutable program state (globals and linear memory).
LoadInitialSections reads module header and all sections preceding code and data.
NewLoader creates a WebAssembly module loader.
ValidateDataSection reads a WebAssembly module's data section.

# Constants

No description provided by the author
No description provided by the author
ABI version of generated machine code.

# Structs

CodeConfig for a single compiler invocation.
Config for loading WebAssembly module sections.
DataConfig for a single compiler invocation.
No description provided by the author
Module contains a WebAssembly module specification without code or data.
ModuleConfig for a single compiler invocation.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Loader is suitable for use with module loading functions.
No description provided by the author
No description provided by the author
Reader is suitable for reading a module.