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