Commit 586b95c
authored
Adds a dedicated cargo check --target wasm32-unknown-unknown --lib step
to the client-checks job so any accidental std import surfaces as a
compile error before deployment. The wasm32 target is already installed
in the prior toolchain step, and the existing no_std declaration in
lib.rs ensures the check passes on the current codebase.
Closes #12
1 parent 6fd7a51 commit 586b95c
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
34 | 46 | | |
35 | 47 | | |
36 | 48 | | |
| |||
0 commit comments