Skip to content

Commit

Permalink
240423
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorJack committed Apr 23, 2024
1 parent d7fd5cd commit e7f124f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
rust:alpine-mimalloc \
sh -c 'TARGET=$(rustc -vV | sed -n "s|host: ||p") && exec ./build.sh --target $TARGET'
MIMALLOC_VERBOSE=1 ./bin/wasm-component-ld --help
MIMALLOC_VERBOSE=1 ./bin/wasm-tools --version
MIMALLOC_VERBOSE=1 ./bin/wasmtime --version
MIMALLOC_VERBOSE=1 ./bin/wit-bindgen --version
Expand Down Expand Up @@ -158,7 +159,13 @@ jobs:
--all-features `
--root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
--target ${{ matrix.arch }}-pc-windows-msvc `
wasm-component-ld wasm-tools wit-bindgen-cli wasmtime-cli
wasm-component-ld wasm-tools wit-bindgen-cli
cargo install `
--features winch `
--root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
--target ${{ matrix.arch }}-pc-windows-msvc `
wasmtime-cli
- name: upload-artifact
uses: actions/upload-artifact@v4
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Static builds of `wasm-tools`, `wasmtime-cli`, `wizer` for
{x86_64,aarch64}-{linux,darwin,windows}:

- `wasm-component-ld`: `v0.1.5`
- `wasm-tools`: `v1.202.0`
- `wasmtime-cli`: `v19.0.2`
- `wasm-component-ld`: `v0.3.0`
- `wasm-tools`: `v1.205.0`
- `wasmtime-cli`: `v20.0.0`
- `wit-bindgen-cli`: `v0.24.0`
- `wizer`: `v5.0.0-git`
- `wizer`: `v6.0.0-git`
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cargo install \
wasm-component-ld wasm-tools wit-bindgen-cli ${1+"$@"}

cargo install \
--all-features \
--features winch \
--config 'profile.release.lto = "thin"' \
--root "$PWD" \
wasmtime-cli ${1+"$@"}

0 comments on commit e7f124f

Please sign in to comment.