plushie/download
Download precompiled plushie artifacts for the current platform.
Ships in the hex package. Users run:
gleam run -m plushie/download # native binary (default)
gleam run -m plushie/download -- --wasm # WASM renderer only
gleam run -m plushie/download -- --bin --wasm # both
gleam run -m plushie/download -- --force # re-download
gleam run -m plushie/download -- --bin-file PATH # custom binary dest
gleam run -m plushie/download -- --wasm-dir PATH # custom WASM dest
Downloads the binary to priv/bin/ and/or WASM files to priv/wasm/ with SHA256 verification. Skips if already present unless –force.