# `mix exclosured_precompiled.checksum`

Generate checksums for precompiled WASM archives.

## Usage

From local archives (after running `exclosured_precompiled.precompile`):

    mix exclosured_precompiled.checksum --local

From a GitHub Release (downloads only the small `.sha256` sidecar files,
not the full archives):

    mix exclosured_precompiled.checksum

## Options

  * `--local` - Use local archives instead of downloading from GitHub
  * `--dir` - Directory containing local archives (default: `_build/precompiled`)
  * `--module` - Elixir module with `ExclosuredPrecompiled` config (auto-discovered if omitted)
  * `--base-url` - Override the download URL (uses module config if omitted)

## Output

Generates `checksum-Elixir.MODULE.exs` in the project root.
Include this file in your Hex package's `:files` list.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
