File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ jobs:
356
356
uses : sigoden/install-binary@v1
357
357
with :
358
358
repo : WebAssembly/binaryen
359
- tag : version_122
359
+ tag : version_123
360
360
name : wasm-opt
361
361
362
362
- name : Install node packages
Original file line number Diff line number Diff line change 38
38
uses : sigoden/install-binary@v1
39
39
with :
40
40
repo : WebAssembly/binaryen
41
- tag : version_122
41
+ tag : version_123
42
42
name : wasm-opt
43
43
44
44
- name : Install fclones
Original file line number Diff line number Diff line change 74
74
uses : sigoden/install-binary@v1
75
75
with :
76
76
repo : WebAssembly/binaryen
77
- tag : version_122
77
+ tag : version_123
78
78
name : wasm-opt
79
79
80
80
- name : Build
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM node:22
6
6
7
7
# Installing wasm-opt from GitHub:
8
8
# 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- | \
10
10
tar xzf - --wildcards "*wasm-opt" --strip-components=2 && \
11
11
mv wasm-opt /usr/local/bin
12
12
You can’t perform that action at this time.
0 commit comments