gespenst API - v0.1.0
    Preparing search index...

    Interface GhosttyBuildMetadata

    Reproducibility and ABI metadata for the vendored Ghostty WASM.

    interface GhosttyBuildMetadata {
        abi: GhosttyAbiMetadata;
        abiSchema: number;
        fetchedAt: string;
        ghosttyCommit: string | null;
        ghosttyVersion: string;
        resolvedUrl: string;
        sha256: string;
        size: number;
        source: string;
    }
    Index

    Target ABI details.

    abiSchema: number

    Ghostty ABI manifest schema version.

    fetchedAt: string

    ISO-8601 fetch timestamp.

    ghosttyCommit: string | null

    Source commit reported by Ghostty, when available.

    ghosttyVersion: string

    Version reported by Ghostty.

    resolvedUrl: string

    Final URL after redirects.

    sha256: string

    SHA-256 digest of the WASM bytes.

    size: number

    WASM byte length.

    source: string

    Canonical nightly download URL.