Releases: LinusU/cwasm-webp
Releases · LinusU/cwasm-webp
🚢 0.1.5 / 2020-04-13
🚢 0.1.4 / 2019-12-11
🎉 Enhancements
- Enable LLVM Link Time Optimization
- Optimize WASM file with wasm-opt
🚢 0.1.3 / 2019-11-23
🎉 Enhancements
- Return a proper ImageData instance
- Upgrade WASI SDK to 8.0
- Upgrade libwebp to 1.0.3
🌹 Internal Changes
- Remove package lock file
- Bump dev dependencies
- Sort package.json keys
- Generate API documentation from TypeScript typings
- Lint source code with Standard v14
🚢 0.1.2 / 2019-04-02
🎉 Enhancements
- Switch from musl to WASI SDK
🌹 Internal Changes
- Add a Docker ignore file
🚢 0.1.1 / 2019-04-02
🎉 Enhancements
- Upgrade to upstream libwebp 1.0.2
🐛 Fixes
- Fix memory allocation problems
- Fix memory allocation bugs
🌹 Internal Changes
- Fix build script on Linux/Ubuntu