Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

WasmAnalysisCache
WasmBackend
The WebAssembly code generation backend.
WasmCacheEntry
WasmConstantFoldingHelper
WasmDepGraph
WasmDominatorTree
WasmExtCache
Analysis cache for WasmExt.
WasmExtConstFolder
Constant folding helper for WasmExt.
WasmExtDepGraph
Dependency graph for WasmExt.
WasmExtDomTree
Dominator tree for WasmExt.
WasmExtLiveness
Liveness analysis for WasmExt.
WasmExtPassConfig
Configuration for WasmExt passes.
WasmExtPassRegistry
Pass registry for WasmExt.
WasmExtPassStats
Statistics for WasmExt passes.
WasmExtWorklist
Worklist for WasmExt.
WasmFunc
A WebAssembly function definition.
WasmGlobal
A WebAssembly global variable declaration.
WasmImport
A WebAssembly import declaration.
WasmLivenessInfo
WasmModule
A complete WebAssembly module.
WasmPassConfig
WasmPassRegistry
WasmPassStats
WasmWorklist
WasmX2Cache
Analysis cache for WasmX2.
WasmX2ConstFolder
Constant folding helper for WasmX2.
WasmX2DepGraph
Dependency graph for WasmX2.
WasmX2DomTree
Dominator tree for WasmX2.
WasmX2Liveness
Liveness analysis for WasmX2.
WasmX2PassConfig
Configuration for WasmX2 passes.
WasmX2PassRegistry
Pass registry for WasmX2.
WasmX2PassStats
Statistics for WasmX2 passes.
WasmX2Worklist
Worklist for WasmX2.

Enums§

WasmExtPassPhase
Pass execution phase for WasmExt.
WasmImportKind
The kind of WebAssembly import.
WasmInstr
WebAssembly instructions for the WAT text format.
WasmPassPhase
WasmType
WebAssembly value types.
WasmX2PassPhase
Pass execution phase for WasmX2.