Structsยง
- Linked
Runtime ๐ - Linked runtime module plus resolved runtime metadata.
- Runtime
Function ๐ - Resolved runtime function along with its ABI descriptor.
- Runtime
Functions ๐ - Runtime function metadata and function IDs resolved from
ruka_runtime.wasm.
Functionsยง
- align_
up ๐ - Align an offset to the next multiple of
alignment. - find_
exported_ ๐function - Find a function export by name and return its function ID.
- install_
string_ ๐literals - Install UTF-8 string literal data segments and return pointer offsets.
- link_
runtime_ ๐with_ literals - Parse runtime module and install string literals.
- load_
runtime_ ๐module - Load and parse the pre-generated runtime wasm module.
- next_
data_ ๐offset - Compute the next safe offset for adding active data segments.
- read_
const_ ๐i32_ global - Read one exported constant
i32global value. - resolve_
exported_ ๐global - Resolve an exported runtime global by name.
- resolve_
runtime_ ๐functions - Resolve required runtime exports from the loaded runtime module.
- resolve_
runtime_ ๐memory - Resolve the runtime module memory used for literal data segments.
- update_
heap_ ๐base_ global - Update the exported heap base after injecting new literal data segments.