Skip to content

Add WASM build to test compatibility #1

Add WASM build to test compatibility

Add WASM build to test compatibility #1

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Test chrome
run: wasm-pack test --headless --chrome
- name: Test firefox
run: wasm-pack test --headless --firefox