Skip to content

Commit b955e5a

Browse files
Chore: Optimize binary size.
1 parent a8f724e commit b955e5a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/_wasm.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
| tar -xz --strip-components=2 -C /usr/local/bin binaryen-version_121/bin/wasm-opt
3333
wasm-opt --version
3434
35-
- name: Build
36-
run: |
37-
cargo +nightly build --target wasm32-unknown-unknown --features wasm --lib --release -Z build-std=core,alloc,panic_abort -Z build-std-features=panic_immediate_abort
35+
- name: Run Clippy
36+
run: cargo +nightly clippy --lib --target wasm32-unknown-unknown --features wasm -- -D warnings
3837
working-directory: compiler
3938

4039
- name: Size (unoptimized)

0 commit comments

Comments
 (0)