File tree Expand file tree Collapse file tree 2 files changed +5
-44
lines changed Expand file tree Collapse file tree 2 files changed +5
-44
lines changed Original file line number Diff line number Diff 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 }}
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.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 `
You can’t perform that action at this time.
0 commit comments