We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8923d86 commit f176c7cCopy full SHA for f176c7c
.github/workflows/tests.yml
@@ -53,4 +53,4 @@ jobs:
53
steps:
54
- uses: actions/checkout@v2
55
- name: Build
56
- run: cargo build --example web_app
+ run: cargo check --example web_app --target wasm32-unknown-unknown
0 commit comments