We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c8348 commit b44cff2Copy full SHA for b44cff2
build/wasm.sh
@@ -12,7 +12,7 @@ if [ $# -lt 1 ]; then
12
exit 1
13
fi
14
VERSION_VIPS="$1"
15
-VERSION_WASM_VIPS="${2:-56f151b}" # TODO: fetch latest wasm-vips commit as default
+VERSION_WASM_VIPS="${2:-c5a5f0f}" # TODO: fetch latest wasm-vips commit as default
16
17
DIR="wasm-vips-${VERSION_WASM_VIPS}"
18
TAG="wasm-vips:${VERSION_WASM_VIPS}"
0 commit comments