Skip to content

Commit 12e08fe

Browse files
committed
250824
1 parent 9b3a45b commit 12e08fe

File tree

2 files changed

+5
-44
lines changed

2 files changed

+5
-44
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -123,42 +123,3 @@ jobs:
123123
with:
124124
name: wasm-tools-${{ github.ref_name }}-darwin-${{ matrix.arch }}
125125
path: wasm-tools-${{ github.ref_name }}-darwin-${{ matrix.arch }}.tar.zst
126-
127-
windows:
128-
name: windows-${{ matrix.arch }}
129-
runs-on:
130-
- X64
131-
- Windows
132-
strategy:
133-
matrix:
134-
arch:
135-
- x86_64
136-
steps:
137-
- name: checkout
138-
uses: actions/checkout@v4
139-
140-
- name: install-deps
141-
run: |
142-
rustup update
143-
rustup target add ${{ matrix.arch }}-pc-windows-msvc
144-
145-
- name: build
146-
run: |
147-
mkdir wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }}
148-
149-
cargo install `
150-
--root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
151-
--target ${{ matrix.arch }}-pc-windows-msvc `
152-
wasm-tools
153-
154-
cargo install `
155-
--all-features `
156-
--root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
157-
--target ${{ matrix.arch }}-pc-windows-msvc `
158-
wasmtime-cli wasm-component-ld wasmi_cli wit-bindgen-cli wizer
159-
160-
- name: upload-artifact
161-
uses: actions/upload-artifact@v4
162-
with:
163-
name: wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }}
164-
path: wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Static builds of `wasm-tools`, `wasmtime-cli`, `wizer` for
44
{x86_64,aarch64}-{linux,darwin,windows}:
55

6-
- `wasm-component-ld`: `v0.5.14`
7-
- `wasm-tools`: `v1.235.0`
8-
- `wasmi_cli`: `v0.47.0`
9-
- `wasmtime-cli`: `v34.0.1`
10-
- `wit-bindgen-cli`: `v0.43.0`
6+
- `wasm-component-ld`: `v0.5.15`
7+
- `wasm-tools`: `v1.237.0`
8+
- `wasmi_cli`: `v0.51.0`
9+
- `wasmtime-cli`: `v36.0.1`
10+
- `wit-bindgen-cli`: `v0.44.0`
1111
- `wizer`: `v9.0.0`

0 commit comments

Comments
 (0)