stash-edge
Installation
SKILL.md
Encryption on the Edge (WASM entry)
@cipherstash/stack has two runtime entries. The default one binds a
Node-API native module and must be loaded by Node's own require.
@cipherstash/stack/wasm-inline is the entry for
everywhere else — it carries the WASM build of the same engine as a base64
blob inside the JS, so there is no native binding, no separate .wasm fetch,
and nothing for a bundler to externalise.
This skill covers that entry and the deployment shape around it. It is EQL v3
throughout. For the SQL that actually queries the encrypted columns — the
predicate forms and driver binding rules — see stash-postgres; edge functions
almost always talk to Postgres over a raw driver, so the two are usually read
together.