From 09f49a4eb99d17e9c2eed931a70b6d94ea55e76a Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Wed, 6 Nov 2024 11:43:26 +0100 Subject: [PATCH] Update Emscripten Docker image to 3.1.71 --- CHANGELOG.md | 5 +++++ Dockerfile | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9c05710..bd0e64e31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to wasm-vips will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.12] - TBD + +Uses libvips v8.16.0, compiled with Emscripten v3.1.71. + ## [v0.0.11] - 2024-10-31 Uses libvips v8.16.0, compiled with Emscripten v3.1.70. @@ -205,6 +209,7 @@ Uses libvips v8.10.0, compiled with Emscripten v2.0.0. - Initial release. +[v0.0.12]: https://github.com/kleisauke/wasm-vips/compare/v0.0.11...v0.0.12 [v0.0.11]: https://github.com/kleisauke/wasm-vips/compare/v0.0.10...v0.0.11 [v0.0.10]: https://github.com/kleisauke/wasm-vips/compare/v0.0.9...v0.0.10 [v0.0.9]: https://github.com/kleisauke/wasm-vips/compare/v0.0.8...v0.0.9 diff --git a/Dockerfile b/Dockerfile index 0579326ca..46d34a883 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # https://github.com/emscripten-core/emsdk -FROM docker.io/emscripten/emsdk:3.1.70 +FROM docker.io/emscripten/emsdk:3.1.71 # Path settings ENV \ @@ -24,7 +24,7 @@ RUN \ # Emscripten patches RUN \ - curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.70...kleisauke:wasm-vips-3.1.70.patch | patch -p1 -d $EMSDK/upstream/emscripten && \ + curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.71...kleisauke:wasm-vips-3.1.71.patch | patch -p1 -d $EMSDK/upstream/emscripten && \ emcc --clear-cache && embuilder build sysroot --force # Rust