Skip to content

Commit fecef9f

Browse files
committed
250410
1 parent e2f2377 commit fecef9f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
--all-features `
147147
--root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
148148
--target ${{ matrix.arch }}-pc-windows-msvc `
149-
--git https://github.com/haskell-wasm/wizer.git `
149+
--git https://github.com/bytecodealliance/wizer.git `
150150
wizer
151151
152152
cargo install `

README.md

Lines changed: 4 additions & 4 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.12`
7-
- `wasm-tools`: `v1.226.0`
8-
- `wasmtime-cli`: `v30.0.0`
9-
- `wit-bindgen-cli`: `v0.39.0`
10-
- `wizer`: `v7.0.5-git`
7+
- `wasm-tools`: `v1.228.0`
8+
- `wasmtime-cli`: `v31.0.0`
9+
- `wit-bindgen-cli`: `v0.41.0`
10+
- `wizer`: `v8.0.0`

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cargo install \
77
--config 'profile.release.lto = "thin"' \
88
--config 'profile.release.strip = "symbols"' \
99
--root "$PWD" \
10-
--git https://github.com/haskell-wasm/wizer.git \
10+
--git https://github.com/bytecodealliance/wizer.git \
1111
wizer ${1+"$@"}
1212

1313
cargo install \

0 commit comments

Comments
 (0)