ghc-9.8.2: The GHC API
Safe HaskellNone
LanguageHaskell2010

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.