Expand description
Runtime helpers used by emitted Rust and WASM outputs.
Modules§
- io
- Standard I/O runtime functions exposed to generated programs.
- ptr
- Pointer storage used by generated Rust code.
- string
- Generic string helpers exposed to generated programs.
- wasm_
api - WASM runtime descriptors and ABI helpers.
Macros§
- runtime_
wasm_ functions - Build a static runtime descriptor slice with minimal duplication.
- runtime_
wasm_ result_ ty - Convert compact macro result syntax into runtime descriptor result metadata.
Enums§
- Value
- Runtime value used by tests and host-side helpers.