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.12] - TBD
8
8
9
- Uses libvips v8.16.0, compiled with Emscripten v4.0.0 .
9
+ Uses libvips v8.16.0, compiled with Emscripten v4.0.1 .
10
10
11
11
### Fixed
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:4.0.0
2
+ FROM docker.io/emscripten/emsdk:4.0.1
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/4.0.0 ...kleisauke:wasm-vips-4.0.0 .patch | patch -p1 -d $EMSDK/upstream/emscripten && \
27
+ curl -Ls https://github.com/emscripten-core/emscripten/compare/4.0.1 ...kleisauke:wasm-vips-4.0.1 .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