Expand description
Direct WASM backend: MIR lowering, validation, and WAT rendering.
Modulesยง
- base ๐
- entry ๐
- locals_
and_ ๐calls - lower_
function ๐ - lower_
instr_ ๐aggregate - lower_
instr_ ๐dispatch - memory_
and_ ๐release - tail ๐
Structsยง
- Emit
Options - Configuration switches for direct WASM code generation.
- Wasm
Artifacts - Browser-facing artifacts produced by the direct WASM backend.
- Wasm
Diagnostic - Non-fatal diagnostic emitted by the direct WASM backend.
Functionsยง
- emit_
program_ best_ effort - Emit WASM and matching WAT from MIR.
- emit_
program_ best_ effort_ with_ options - Emit WASM and matching WAT from MIR with explicit backend options.