Documentation ¶
Overview ¶
Package wasm contains an IR->WASM compiler backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler struct {
// contains filtered or unexported fields
}
Compiler implements an IR->WASM compiler backend.
func (*Compiler) ABIVersion ¶ added in v0.37.13
func (*Compiler) ABIVersion() ast.WasmABIVersion
ABIVersion returns the Wasm ABI version this compiler emits.
Click to show internal directories.
Click to hide internal directories.