File tree Expand file tree Collapse file tree 3 files changed +25
-6
lines changed Expand file tree Collapse file tree 3 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 36
36
--arch ${{ matrix.arch }} \
37
37
--network host \
38
38
--pull \
39
- --squash \
39
+ --squash-all \
40
40
--tag rust:alpine-mimalloc \
41
41
.
42
42
popd
@@ -56,10 +56,12 @@ jobs:
56
56
57
57
MIMALLOC_VERBOSE=1 ./bin/wasm-tools --version
58
58
MIMALLOC_VERBOSE=1 ./bin/wasmtime --version
59
+ MIMALLOC_VERBOSE=1 ./bin/wit-bindgen --version
59
60
MIMALLOC_VERBOSE=1 ./bin/wizer --version
60
61
61
62
file ./bin/wasm-tools
62
63
file ./bin/wasmtime
64
+ file ./bin/wit-bindgen
63
65
file ./bin/wizer
64
66
65
67
mkdir wasm-tools-${{ github.ref_name }}-linux-${{ matrix.arch }}
@@ -102,6 +104,7 @@ jobs:
102
104
103
105
file ./bin/wasm-tools
104
106
file ./bin/wasmtime
107
+ file ./bin/wit-bindgen
105
108
file ./bin/wizer
106
109
107
110
mkdir wasm-tools-${{ github.ref_name }}-darwin-${{ matrix.arch }}
@@ -146,7 +149,14 @@ jobs:
146
149
--all-features `
147
150
--root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
148
151
--target ${{ matrix.arch }}-pc-windows-msvc `
149
- wasm-tools wizer wasmtime-cli
152
+ --git https://github.com/type-dance/wizer.git `
153
+ wizer
154
+
155
+ cargo install `
156
+ --all-features `
157
+ --root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
158
+ --target ${{ matrix.arch }}-pc-windows-msvc `
159
+ wasm-tools wit-bindgen-cli wasmtime-cli
150
160
151
161
- name : upload-artifact
152
162
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-tools ` : ` v1.200.0 `
7
- - ` wasmtime-cli ` : ` v18.0.1 `
8
- - ` wizer ` : ` v4.0.0 `
6
+ - ` wasm-tools ` : ` v1.201.0 `
7
+ - ` wasmtime-cli ` : ` v18.0.2 `
8
+ - ` wit-bindgen-cli ` : ` v0.20.0 `
9
+ - ` wizer ` : ` v4.0.0-git `
Original file line number Diff line number Diff line change @@ -7,7 +7,15 @@ cargo install \
7
7
--config ' profile.release.lto = "thin"' \
8
8
--config ' profile.release.strip = "symbols"' \
9
9
--root " $PWD " \
10
- wasm-tools wizer ${1+" $@ " }
10
+ --git https://github.com/type-dance/wizer.git \
11
+ wizer ${1+" $@ " }
12
+
13
+ cargo install \
14
+ --all-features \
15
+ --config ' profile.release.lto = "thin"' \
16
+ --config ' profile.release.strip = "symbols"' \
17
+ --root " $PWD " \
18
+ wasm-tools wit-bindgen-cli ${1+" $@ " }
11
19
12
20
cargo install \
13
21
--all-features \
You can’t perform that action at this time.
0 commit comments