ghc-lib-9.10.2.20250515: The GHC API, decoupled from GHC versions
Safe HaskellIgnore
LanguageGHC2021

GHC.CmmToAsm.Wasm.FromCmm

Synopsis

Documentation

alignmentFromWordType :: forall (w :: WasmType). WasmTypeTag w -> Alignment Source #

Calculate the natural alignment size given the platform word type.

onCmmGroup :: forall (w :: WasmType). RawCmmGroup -> WasmCodeGenM w () Source #

Invoked for each RawCmmGroup.