Skip to main content

Module runtime

Module runtime 

Source

Structs§

Interpreter
UiTheme
Customizable colour palette for the vector UI toolkit (packed 0x00RRGGBB). ui_theme(...) sets it; every widget falls back to these and accepts a trailing r,g,b override.

Enums§

Value

Functions§

init_aot_runtime
Initialize the AOT/JIT runtime. Must be called before any AOT-compiled code. Creates a new interpreter instance for runtime function dispatch.