Crate ruka_runtime

Source
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.

Functions§

kind_name
Return the language-visible kind name for a runtime value.
panic
Trap execution with one compiler-provided panic code.