File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ v0.0.11] - TBD
8
8
9
- Uses libvips v8.16.0-rc1, compiled with Emscripten v3.1.68 .
9
+ Uses libvips v8.16.0-rc1, compiled with Emscripten v3.1.69 .
10
10
11
11
### Changed
12
12
Original file line number Diff line number Diff line change 1
1
# https://github.com/emscripten-core/emsdk
2
- FROM docker.io/emscripten/emsdk:3.1.68
2
+ FROM docker.io/emscripten/emsdk:3.1.69
3
3
4
4
# Path settings
5
5
ENV \
24
24
25
25
# Emscripten patches
26
26
RUN \
27
- curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.68 ...kleisauke:wasm-vips-3.1.68 .patch | patch -p1 -d $EMSDK/upstream/emscripten && \
27
+ curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.69 ...kleisauke:wasm-vips-3.1.69 .patch | patch -p1 -d $EMSDK/upstream/emscripten && \
28
28
emcc --clear-cache && embuilder build sysroot --force
29
29
30
30
# Rust
You can’t perform that action at this time.
0 commit comments