Skip to content

Merge branch 'pest-mvp' of /~https://github.com/DominicBurkart/marigold… #259

Merge branch 'pest-mvp' of /~https://github.com/DominicBurkart/marigold…

Merge branch 'pest-mvp' of /~https://github.com/DominicBurkart/marigold… #259

Workflow file for this run

name: wasm
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
wasm:
name: WASM Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
override: true
- run: cargo build --target wasm32-unknown-unknown