Skip to content

Commit

Permalink
Remove wasm_bindgen_check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Apr 20, 2023
1 parent 0b0b8df commit 92dde25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 56 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,11 @@ jobs:
with:
version: "0.2.84"

- run: ./scripts/wasm_bindgen_check.sh --skip-setup

- run: ./scripts/clippy_wasm.sh

- name: Cranky wasm32
uses: actions-rs/cargo@v1
with:
command: cranky
args: --target wasm32-unknown-unknown --all-features -p egui_demo_app --lib -- -D warnings
run: ./scripts/clippy_wasm.sh

- name: Build web demo
run: ./scripts/build_demo_web.sh

# ---------------------------------------------------------------------------

Expand Down
4 changes: 1 addition & 3 deletions scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ cargo doc --document-private-items --no-deps --all-features
(cd crates/emath && cargo check --all-features)
(cd crates/epaint && cargo check --all-features)

./scripts/wasm_bindgen_check.sh

cargo cranky --target wasm32-unknown-unknown --all-features -p egui_demo_app --lib -- -D warnings
./scripts/clippy_wasm.sh

./scripts/cargo_deny.sh

Expand Down
45 changes: 0 additions & 45 deletions scripts/wasm_bindgen_check.sh

This file was deleted.

0 comments on commit 92dde25

Please sign in to comment.