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 c90bbe6 commit a76497eCopy full SHA for a76497e
.github/workflows/deploy.yml
@@ -15,6 +15,11 @@ jobs:
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
18
+ - name: Setup Rust (default version is outdated)
19
+ uses: actions-rust-lang/setup-rust-toolchain@v1
20
+ with:
21
+ toolchain: stable
22
+ target: wasm32-unknown-unknown
23
- name: Build WASM
24
run: cargo build --release --target wasm32-unknown-unknown
25
- name: Move WASM to pages folder
0 commit comments