Skip to content

Commit c0dab32

Browse files
committed
240403
1 parent c9836f5 commit c0dab32

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
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
5857
MIMALLOC_VERBOSE=1 ./bin/wasm-tools --version
5958
MIMALLOC_VERBOSE=1 ./bin/wasmtime --version
6059
MIMALLOC_VERBOSE=1 ./bin/wit-bindgen --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.1.4`
7-
- `wasm-tools`: `v1.201.0`
8-
- `wasmtime-cli`: `v19.0.0`
9-
- `wit-bindgen-cli`: `v0.22.0`
6+
- `wasm-component-ld`: `v0.1.5`
7+
- `wasm-tools`: `v1.202.0`
8+
- `wasmtime-cli`: `v19.0.1`
9+
- `wit-bindgen-cli`: `v0.24.0`
1010
- `wizer`: `v5.0.0-git`

0 commit comments

Comments
 (0)