File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ jobs:
356356 uses : sigoden/install-binary@v1
357357 with :
358358 repo : WebAssembly/binaryen
359- tag : version_122
359+ tag : version_123
360360 name : wasm-opt
361361
362362 - name : Install node packages
Original file line number Diff line number Diff line change 3838 uses : sigoden/install-binary@v1
3939 with :
4040 repo : WebAssembly/binaryen
41- tag : version_122
41+ tag : version_123
4242 name : wasm-opt
4343
4444 - name : Install fclones
Original file line number Diff line number Diff line change 7474 uses : sigoden/install-binary@v1
7575 with :
7676 repo : WebAssembly/binaryen
77- tag : version_122
77+ tag : version_123
7878 name : wasm-opt
7979
8080 - name : Build
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM node:22
66
77# Installing wasm-opt from GitHub:
88# Keep the version number in sync with the ones in the Actions workflows!
9- RUN wget --progress=:giga https://github.com/WebAssembly/binaryen/releases/download/version_122 /binaryen-version_122 -x86_64-linux.tar.gz -O- | \
9+ RUN wget --progress=:giga https://github.com/WebAssembly/binaryen/releases/download/version_123 /binaryen-version_123 -x86_64-linux.tar.gz -O- | \
1010 tar xzf - --wildcards "*wasm-opt" --strip-components=2 && \
1111 mv wasm-opt /usr/local/bin
1212
You can’t perform that action at this time.
0 commit comments