Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

add initial readme

add initial readme #13

Workflow file for this run

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