EnumsΒ§
- Call
ArgStrategy π - Runtime stack shape produced for a lowered call argument.
FunctionsΒ§
- block_
pc π - call_
arg_ πstrategy - Lowering strategy for one emitted call argument.
- call_
arg_ πvaltype - emit_
call_ πarg - Push one call argument using the runtime representation expected by the callee.
- emit_
widen_ πto_ i64 - Extend an
i32runtime value to the backendβsi64slot format. - int32_
from_ πu32 - Convert a
u32into ani32for wasm emission. - int32_
from_ πusize - Convert a
usizeinto ani32for wasm emission. - local_
heap_ πownership - Resolve heap ownership policy metadata for a MIR local.
- local_
repr π - Resolve the storage/runtime representation for a MIR local.
- local_
ty π - Resolve the semantic type for a MIR local.
- runtime_
local π - Resolve an optional runtime local index for a MIR local id.
- runtime_
local_ πindex - Resolve a required runtime local index or return an unsupported diagnostic.
- runtime_
local_ πvaltype - Resolve a concrete runtime value type for a MIR local.
- wasm_
valtype π - Convert runtime ABI metadata into a Walrus value type.