Skip to content

Commit

Permalink
Update Emscripten Docker image to 3.1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Jun 3, 2024
1 parent c1f4c95 commit 7cc9355
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10] - TBD

Uses libvips v8.15.2, compiled with Emscripten v3.1.61.

## [v0.0.9] - 2024-06-01

Uses libvips v8.15.2, compiled with Emscripten v3.1.60.
Expand Down Expand Up @@ -167,6 +171,7 @@ Uses libvips v8.10.0, compiled with Emscripten v2.0.0.

- Initial release.

[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
[v0.0.8]: https://github.com/kleisauke/wasm-vips/compare/v0.0.7...v0.0.8
[v0.0.7]: https://github.com/kleisauke/wasm-vips/compare/v0.0.6...v0.0.7
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/emscripten-core/emsdk
FROM docker.io/emscripten/emsdk:3.1.60
FROM docker.io/emscripten/emsdk:3.1.61

# Path settings
ENV \
Expand All @@ -24,7 +24,7 @@ RUN \

# Emscripten patches
RUN \
curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.60...kleisauke:wasm-vips-3.1.60.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.61...kleisauke:wasm-vips-3.1.61.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
emcc --clear-cache && embuilder build sysroot --force

# Rust
Expand Down

0 comments on commit 7cc9355

Please sign in to comment.