Skip to content

Commit

Permalink
Merge branch 'adrian/add_wasm-opt' (#2105)
Browse files Browse the repository at this point in the history
* adrian/add_wasm-opt:
  Add wasm-opt into dev-deps target
  • Loading branch information
brentstone committed Nov 10, 2023
2 parents 0f2ec9a + b65cc6c commit ebfde2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ dev-deps:
$(rustup) toolchain install $(nightly)
$(rustup) target add wasm32-unknown-unknown
$(rustup) component add rustfmt clippy miri --toolchain $(nightly)
$(cargo) install cargo-watch unclog
$(cargo) install cargo-watch unclog wasm-opt

test-miri:
$(cargo) +$(nightly) miri setup
Expand Down

0 comments on commit ebfde2f

Please sign in to comment.