Skip to content

Commit e2f2377

Browse files
committed
250220
1 parent d8c1f5e commit e2f2377

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727

2828
- name: build-image
2929
run: |
30-
podman rmi --ignore rust:alpine-mimalloc
31-
3230
pushd "$(mktemp -d)"
3331
curl -f -L --retry 5 https://github.com/tweag/rust-alpine-mimalloc/archive/refs/heads/master.tar.gz | tar xz --strip-components=1
3432
podman build \
@@ -51,6 +49,8 @@ jobs:
5149
rust:alpine-mimalloc \
5250
sh -c 'TARGET=$(rustc -vV | sed -n "s|host: ||p") && exec ./build.sh --target $TARGET'
5351
52+
podman rmi rust:alpine-mimalloc
53+
5454
MIMALLOC_VERBOSE=1 ./bin/wasm-component-ld --help
5555
MIMALLOC_VERBOSE=1 ./bin/wasm-tools --version
5656
MIMALLOC_VERBOSE=1 ./bin/wasmtime --version

README.md

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

6-
- `wasm-component-ld`: `v0.5.11`
7-
- `wasm-tools`: `v1.223.0`
8-
- `wasmtime-cli`: `v29.0.0`
9-
- `wit-bindgen-cli`: `v0.37.0`
6+
- `wasm-component-ld`: `v0.5.12`
7+
- `wasm-tools`: `v1.226.0`
8+
- `wasmtime-cli`: `v30.0.0`
9+
- `wit-bindgen-cli`: `v0.39.0`
1010
- `wizer`: `v7.0.5-git`

0 commit comments

Comments
 (0)