Skip to content

Commit

Permalink
feat(rust): Add verify-component-adapter from wasmtime as rust tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed Jan 3, 2024
1 parent bac952d commit 5e4e99f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion earthly/rust/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ rust-base:
cargo install cargo-deny --version=0.14.3 && \
cargo install cargo-modules --version=0.10.2 && \
cargo install cargo-depgraph --version=1.5.0 && \
cargo install cargo-llvm-cov --version=0.5.39
cargo install cargo-llvm-cov --version=0.5.39 && \
cargo install --git https://github.com/bytecodealliance/wasmtime --tag v16.0.0 verify-component-adapter

SAVE ARTIFACT $CARGO_HOME/bin/refinery refinery

Expand Down

0 comments on commit 5e4e99f

Please sign in to comment.