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 5454 rust:alpine-mimalloc \
5555 sh -c 'TARGET=$(rustc -vV | sed -n "s|host: ||p") && exec ./build.sh --target $TARGET'
5656
57+ MIMALLOC_VERBOSE=1 ./bin/wasm-component-ld --help
5758 MIMALLOC_VERBOSE=1 ./bin/wasm-tools --version
5859 MIMALLOC_VERBOSE=1 ./bin/wasmtime --version
5960 MIMALLOC_VERBOSE=1 ./bin/wit-bindgen --version
@@ -158,7 +159,13 @@ jobs:
158159 --all-features `
159160 --root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
160161 --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
162169
163170 - name : upload-artifact
164171 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 33Static builds of ` wasm-tools ` , ` wasmtime-cli ` , ` wizer ` for
44{x86_64,aarch64}-{linux,darwin,windows}:
55
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 `
99- ` 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 \
1818 wasm-component-ld wasm-tools wit-bindgen-cli ${1+" $@ " }
1919
2020cargo install \
21- --all- features \
21+ --features winch \
2222 --config ' profile.release.lto = "thin"' \
2323 --root " $PWD " \
2424 wasmtime-cli ${1+" $@ " }
You can’t perform that action at this time.
0 commit comments