We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4526ca3 commit 6b582a0Copy full SHA for 6b582a0
Dockerfile
@@ -25,7 +25,7 @@ RUN \
25
# Emscripten patches
26
RUN \
27
curl -Ls https://github.com/emscripten-core/emscripten/compare/4.0.8...kleisauke:wasm-vips-4.0.8.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
28
- curl -Ls https://github.com/emscripten-core/emscripten/compare/a9651ff...kleisauke:mimalloc-update-3.0.1.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
+ curl -Ls https://github.com/emscripten-core/emscripten/compare/5b489fcd...kleisauke:mimalloc-update-3.0.3.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
29
emcc --clear-cache && embuilder build sysroot --force
30
31
# Rust
0 commit comments