We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246efc0 commit 0b3c5e8Copy full SHA for 0b3c5e8
1 file changed
.github/workflows/wasm.yml
@@ -1,11 +1,11 @@
1
-name: wasm
+name: webassembly
2
3
on:
4
workflow_call:
5
6
jobs:
7
build:
8
- name: WASM
+ name: WebAssembly
9
runs-on: ubuntu-latest
10
defaults:
11
run:
@@ -24,7 +24,7 @@ jobs:
24
- uses: Swatinem/rust-cache@v2
25
26
- name: Build
27
- run: cargo build --release --target wasm32-unknown-unknown --features wasm --lib
+ run: cargo build --target wasm32-unknown-unknown --features wasm --lib --release
28
29
- name: Install CLI Tools
30
run: cargo install cargo-shear cargo-bloat
0 commit comments