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

This commit is contained in:
Isaac Mills 2025-07-18 09:21:11 -06:00
parent 8c17859a11
commit cf03e29315
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
10 changed files with 243 additions and 4 deletions

View file

@ -1,10 +1,15 @@
steps:
- name: build
image: node:22-slim
image: node:22
environment:
PNPM_HOME: /var/woodpecker/pnpm
PARCEL_WORKERS: 0
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
- cargo binstall cargo-metadata
- corepack enable
- pnpm install
- pnpm run build --no-cache