Add WASM to website
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-07-18 09:43:14 -06:00
parent cf03e29315
commit 9b3b1e90ed
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -1,13 +1,10 @@
steps: steps:
- name: build - name: build
image: node:22 image: thesandwich-build
environment: environment:
PNPM_HOME: /var/woodpecker/pnpm PNPM_HOME: /var/woodpecker/pnpm
PARCEL_WORKERS: 0 PARCEL_WORKERS: 0
commands: commands:
- apt-get install rustup
- rustup update stable
- rustup target add wasm32-unknown-unknown
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- cargo binstall cargo-metadata - cargo binstall cargo-metadata
- corepack enable - corepack enable