Skip to content

Commit 40f9a05

Browse files
authored
Bump version of dependency crates (#438)
* Bump version of dependency crates This commit updates this repository to published versions of the `wasm-tools` family of crates. Additionally Wasmtime is updated with the same upstream versions of the `wasm-tools` crates. Put together this updates everything to the most recent version of the component model with optional URLs encoded and an updated version of Wasmtime. Part of this transition is the removal of `wit_component::ComponentInterfaces` which is plumbed through as part of this commit. * Update to wasmtime main * Fix demo build * Update wasm-tools binary * Fix cli build * Install wasm-tools from crates.io, not git
1 parent c215ae4 commit 40f9a05

21 files changed

Lines changed: 259 additions & 283 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,13 @@ jobs:
8888
- uses: actions/cache@v3
8989
with:
9090
path: ${{ runner.tool_cache }}/wasm-tools
91-
key: wasm-tools-bin-e15e768a346c30738103d372e8ccf442646628c9-${{ runner.os }}
91+
key: wasm-tools-bin-1.0.15-${{ runner.os }}
9292
- run: echo '${{ runner.tool_cache }}/wasm-tools/bin' >> $GITHUB_PATH
9393
- run: |
9494
cargo install \
95-
wasm-tools \
95+
wasm-tools@1.0.15 \
9696
--root '${{ runner.tool_cache }}/wasm-tools' \
97-
--git https://github.com/bytecodealliance/wasm-tools \
98-
--rev e15e768a346c30738103d372e8ccf442646628c9 \
97+
--locked \
9998
--no-default-features \
10099
--features component
101100

0 commit comments

Comments
 (0)