You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add zenpix-wasm install guide, version check, and WASM page
- README / README.ja: Browser(WASM) section, version check commands,
link to zenpix-wasm npm
- wasm/README: install steps, SIMD auto-detection, Vite wasmUrl usage,
Worker pattern
- website: new /wasm and /ja/wasm pages; sidebar entry "Browser (WASM)";
Getting Started pages updated with WASM install and version check
- docs/reference/index.md: WASM install and version check added
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@@ -101,12 +124,63 @@ On low-core VPS environments (2–4 vCPUs), zenpix outperforms Sharp on complex
101
124
102
125
---
103
126
127
+
## Browser (WASM)
128
+
129
+
`zenpix-wasm` encodes AVIF entirely in the browser — no server required. It uses the same libavif + libaom as the native build, compiled to WebAssembly via Emscripten.
130
+
131
+
**When to use which package:**
132
+
133
+
| Use case | Package |
134
+
|---|---|
135
+
| Node.js / Bun / Deno server |`zenpix` (native, fastest) |
0 commit comments