Stork Search (storkjs)

WASM and JavaScript assets for Stork full-text search.

1. Overview

Stork is a client-side full-text search engine. This package provides the static assets needed to embed Stork search into documentation sites:

  • stork.js — JavaScript runtime
  • stork.wasm — WASM search engine
  • stork.js.map — source map

2. Building

nix build .#storkjs

The output is three files in $out/.

3. Usage

Used by docbuilder to include search in generated documentation sites. The assets are copied into the site root and referenced by landing.js and the stork HTML snippet.

4. Version

Stork v1.6.0, fetched from GitHub releases.

5. Source

pkgs/storkjs/default.nix — fetches pre-built assets from https://github.com/jameslittle230/stork/releases.