I build tools for testing Redis-compatible applications and decoding game textures with WebAssembly.
texture2ddecoder-wasm brings Texture2DDecoder to the browser and Node.js. Decode ASTC, BCn, ETC, PVRTC, and Crunch textures without a native build toolchain. Includes TypeScript definitions.
Try the browser demo · Quick start · npm
npm install texture2ddecoder-wasmjs-redis-server is an in-memory Redis-compatible server for Node.js tests. Connect your existing ioredis or node-redis client over a real socket, without installing Redis. Supports standalone and cluster modes, plus Lua scripting.
Try the browser demo · Test examples · npm
npm install --save-dev js-redis-serverlua-redis-wasm powers scripting in js-redis-server. Use the Lua 5.1 engine separately when you need binary-safe arguments, Redis libraries, and JavaScript callbacks for Redis commands.
Trying one of these in your project? Open an issue in its repository with your use case, a bug reproduction, or a missing example. If a project is useful to you, a star helps others find it.



