# Pastebin ES9ahZNi Is there any plan to support align(x) for const variable and/or @embedFIle, I would need those const array to be "allocated" in .rodata at aligned address: const frontImageData = @embedFile("front.agi"); const backImageData = @embedFile("back.agi"); const paletteData = @embedFile("mode4flip.agp");