File tree Expand file tree Collapse file tree 3 files changed +8
-23
lines changed Expand file tree Collapse file tree 3 files changed +8
-23
lines changed Original file line number Diff line number Diff line change @@ -146,13 +146,6 @@ jobs:
146
146
run : |
147
147
mkdir wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }}
148
148
149
- cargo install `
150
- --all-features `
151
- --root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
152
- --target ${{ matrix.arch }}-pc-windows-msvc `
153
- --git https://github.com/bytecodealliance/wizer.git `
154
- wizer
155
-
156
149
cargo install `
157
150
--root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
158
151
--target ${{ matrix.arch }}-pc-windows-msvc `
@@ -162,7 +155,7 @@ jobs:
162
155
--all-features `
163
156
--root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
164
157
--target ${{ matrix.arch }}-pc-windows-msvc `
165
- wasmtime-cli wasm-component-ld wasmi_cli wit-bindgen-cli
158
+ wasmtime-cli wasm-component-ld wasmi_cli wit-bindgen-cli wizer
166
159
167
160
- name : upload-artifact
168
161
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 3
3
Static builds of ` wasm-tools ` , ` wasmtime-cli ` , ` wizer ` for
4
4
{x86_64,aarch64}-{linux,darwin,windows}:
5
5
6
- - ` wasm-component-ld ` : ` v0.5.12 `
7
- - ` wasm-tools ` : ` v1.229 .0 `
8
- - ` wasmi_cli ` : ` v0.44 .0 `
9
- - ` wasmtime-cli ` : ` v32 .0.0`
10
- - ` wit-bindgen-cli ` : ` v0.41.0 `
11
- - ` wizer ` : ` v8 .0.0`
6
+ - ` wasm-component-ld ` : ` v0.5.13 `
7
+ - ` wasm-tools ` : ` v1.234 .0 `
8
+ - ` wasmi_cli ` : ` v0.47 .0 `
9
+ - ` wasmtime-cli ` : ` v33 .0.0`
10
+ - ` wit-bindgen-cli ` : ` v0.42.1 `
11
+ - ` wizer ` : ` v9 .0.0`
Original file line number Diff line number Diff line change 2
2
3
3
set -eu
4
4
5
- cargo install \
6
- --all-features \
7
- --config ' profile.release.lto = "thin"' \
8
- --config ' profile.release.strip = "symbols"' \
9
- --root " $PWD " \
10
- --git https://github.com/bytecodealliance/wizer.git \
11
- wizer ${1+" $@ " }
12
-
13
5
cargo install \
14
6
--config ' profile.release.lto = "thin"' \
15
7
--config ' profile.release.strip = "symbols"' \
@@ -21,7 +13,7 @@ cargo install \
21
13
--config ' profile.release.lto = "thin"' \
22
14
--config ' profile.release.strip = "symbols"' \
23
15
--root " $PWD " \
24
- wasm-component-ld wasmi_cli wit-bindgen-cli ${1+" $@ " }
16
+ wasm-component-ld wasmi_cli wit-bindgen-cli wizer ${1+" $@ " }
25
17
26
18
cargo install \
27
19
--all-features \
You can’t perform that action at this time.
0 commit comments