Skip to content

Commit d8c1f5e

Browse files
committed
250121
1 parent 97caf1a commit d8c1f5e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
- name: build
4343
run: |
4444
podman run \
45-
--env RUSTFLAGS="-C target-feature=+crt-static" \
4645
--init \
4746
--network host \
4847
--rm \

README.md

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

66
- `wasm-component-ld`: `v0.5.11`
7-
- `wasm-tools`: `v1.222.0`
8-
- `wasmtime-cli`: `v28.0.0`
9-
- `wit-bindgen-cli`: `v0.36.0`
7+
- `wasm-tools`: `v1.223.0`
8+
- `wasmtime-cli`: `v29.0.0`
9+
- `wit-bindgen-cli`: `v0.37.0`
1010
- `wizer`: `v7.0.5-git`

0 commit comments

Comments
 (0)