Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Wasm
Analysis Cache - Wasm
Backend - The WebAssembly code generation backend.
- Wasm
Cache Entry - Wasm
Constant Folding Helper - Wasm
DepGraph - Wasm
Dominator Tree - Wasm
ExtCache - Analysis cache for WasmExt.
- Wasm
ExtConst Folder - Constant folding helper for WasmExt.
- Wasm
ExtDep Graph - Dependency graph for WasmExt.
- Wasm
ExtDom Tree - Dominator tree for WasmExt.
- Wasm
ExtLiveness - Liveness analysis for WasmExt.
- Wasm
ExtPass Config - Configuration for WasmExt passes.
- Wasm
ExtPass Registry - Pass registry for WasmExt.
- Wasm
ExtPass Stats - Statistics for WasmExt passes.
- Wasm
ExtWorklist - Worklist for WasmExt.
- Wasm
Func - A WebAssembly function definition.
- Wasm
Global - A WebAssembly global variable declaration.
- Wasm
Import - A WebAssembly import declaration.
- Wasm
Liveness Info - Wasm
Module - A complete WebAssembly module.
- Wasm
Pass Config - Wasm
Pass Registry - Wasm
Pass Stats - Wasm
Worklist - Wasm
X2Cache - Analysis cache for WasmX2.
- Wasm
X2Const Folder - Constant folding helper for WasmX2.
- Wasm
X2Dep Graph - Dependency graph for WasmX2.
- Wasm
X2Dom Tree - Dominator tree for WasmX2.
- Wasm
X2Liveness - Liveness analysis for WasmX2.
- Wasm
X2Pass Config - Configuration for WasmX2 passes.
- Wasm
X2Pass Registry - Pass registry for WasmX2.
- Wasm
X2Pass Stats - Statistics for WasmX2 passes.
- Wasm
X2Worklist - Worklist for WasmX2.
Enums§
- Wasm
ExtPass Phase - Pass execution phase for WasmExt.
- Wasm
Import Kind - The kind of WebAssembly import.
- Wasm
Instr - WebAssembly instructions for the WAT text format.
- Wasm
Pass Phase - Wasm
Type - WebAssembly value types.
- Wasm
X2Pass Phase - Pass execution phase for WasmX2.