Skip to content

zig ¤

Functions:

Attributes:

ZIG_SUPPORTED_VERSION module-attribute ¤

ZIG_SUPPORTED_VERSION = '0.14.1'

get_zig_executable ¤

get_zig_executable() -> str

Get the path to the zig executable. Precedence: ziglang module, zig in PATH.

flags ¤

flags(arch: ArchDefinition) -> list[str]

asm ¤

asm(
    arch: ArchDefinition, data: str, includes: list[Path] | None = None
) -> bytes