jazz-runtime-wasm-compat

Installation
SKILL.md

Jazz Runtime WASM Compatibility

Use this skill for runtime bootstrap correctness: import order, crypto backend, worker startup, and credentials boundaries.

Runtime Matrix

  • Browser main thread
  • Service worker (MV3)
  • Dedicated worker
  • Edge runtime (Cloudflare/Vercel edge)
  • Node/Deno server runtime
  • Constrained native/WebView runtime

Critical Invariants

  • In edge/worker-sensitive contexts, import jazz-tools/load-edge-wasm before any Jazz import.
  • startWorker() credentials must remain server/worker-only (accountSecret never exposed to client).
  • startWorker() can run account migrations at worker start when AccountSchema is provided.
  • Node-API (NapiCrypto) is optional optimization on supported Node runtimes, not a universal baseline.
Related skills
Installs
1
GitHub Stars
1
First Seen
Mar 18, 2026