package
1.9.0
Repository: https://github.com/tetratelabs/wazero.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package regalloc performs register allocation.

# Functions

No description provided by the author
GoFunctionCallRequiredStackSize returns the size of the stack required for the Go function call.
NewCompiler returns a new Compiler that can generate a machine code.

# Constants

ABIArgKindReg represents an argument passed in a register.
ABIArgKindStack represents an argument passed in the stack.

# Structs

No description provided by the author
No description provided by the author
RelocationInfo represents the relocation information for a call instruction.
SourceOffsetInfo is a data to associate the source offset with the executable offset.
SSAValueDefinition represents a definition of an SSA value.

# Interfaces

Compiler is the backend of wazevo which takes ssa.Builder and Machine, use the information there to emit the final machine code.
No description provided by the author

# Type aliases

No description provided by the author