Skip to content

Commit

Permalink
Update Emscripten Docker image to 3.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Dec 16, 2023
1 parent 0e4472d commit 4134959
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [v0.0.8] - TBD

Uses libvips v8.15.0, compiled with Emscripten v3.1.50.
Uses libvips v8.15.0, compiled with Emscripten v3.1.51.

## [v0.0.7] - 2023-11-12

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.50
FROM docker.io/emscripten/emsdk:3.1.51

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

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

# Rust
Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ if ("web" IN_LIST ENVIRONMENT)
)
set(WEB_MIN_TARGETS
-sMIN_FIREFOX_VERSION=89
-sMIN_EDGE_VERSION=91
-sMIN_CHROME_VERSION=91
)

Expand Down

0 comments on commit 4134959

Please sign in to comment.