File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 54
54
rust:alpine-mimalloc \
55
55
sh -c 'TARGET=$(rustc -vV | sed -n "s|host: ||p") && exec ./build.sh --target $TARGET'
56
56
57
+ MIMALLOC_VERBOSE=1 ./bin/wasm-component-ld --help
57
58
MIMALLOC_VERBOSE=1 ./bin/wasm-tools --version
58
59
MIMALLOC_VERBOSE=1 ./bin/wasmtime --version
59
60
MIMALLOC_VERBOSE=1 ./bin/wit-bindgen --version
@@ -158,7 +159,13 @@ jobs:
158
159
--all-features `
159
160
--root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
160
161
--target ${{ matrix.arch }}-pc-windows-msvc `
161
- wasm-component-ld wasm-tools wit-bindgen-cli wasmtime-cli
162
+ wasm-component-ld wasm-tools wit-bindgen-cli
163
+
164
+ cargo install `
165
+ --features winch `
166
+ --root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
167
+ --target ${{ matrix.arch }}-pc-windows-msvc `
168
+ wasmtime-cli
162
169
163
170
- name : upload-artifact
164
171
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.1.5 `
7
- - ` wasm-tools ` : ` v1.202 .0 `
8
- - ` wasmtime-cli ` : ` v19 .0.2 `
6
+ - ` wasm-component-ld ` : ` v0.3.0 `
7
+ - ` wasm-tools ` : ` v1.205 .0 `
8
+ - ` wasmtime-cli ` : ` v20 .0.0 `
9
9
- ` wit-bindgen-cli ` : ` v0.24.0 `
10
- - ` wizer ` : ` v5 .0.0-git`
10
+ - ` wizer ` : ` v6 .0.0-git`
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cargo install \
18
18
wasm-component-ld wasm-tools wit-bindgen-cli ${1+" $@ " }
19
19
20
20
cargo install \
21
- --all- features \
21
+ --features winch \
22
22
--config ' profile.release.lto = "thin"' \
23
23
--root " $PWD " \
24
24
wasmtime-cli ${1+" $@ " }
You can’t perform that action at this time.
0 commit comments