0.18.2
vercel/satori0.18.2Sep 2, 2025by github-actions[bot]
AI Summary
Fixes an issue where users could not manually provide an instantiated WebAssembly instance to the initialization function.
Key Highlights
- Support passing instantiated WASM instance to init()
Full Release Notes
## [0.18.2](https://github.com/vercel/satori/compare/0.18.1...0.18.2) (2025-09-02) ### Bug Fixes * Support passing instantiated wasm instance to init() ([#709](https://github.com/vercel/satori/issues/709)) ([5bcd097](https://github.com/vercel/satori/commit/5bcd097f25d6a52755e5b0649dd9d1efa3f20a3c)), closes [#693](https://github.com/vercel/satori/issues/693)