Commit graph

2 commits

Author SHA1 Message Date
Andrew Jeffery
01159056ef
Add dev command for building wasm backend (#199)
* Add dev command for building wasm backend

This aims to reduce the time spent building when testing with the wasm
backend. On my machine `yarn release` takes 20s while `yarn dev` takes
just 2s.

* Separate out building wasm
2021-06-29 17:12:24 +01:00
Andrew Jeffery
b4829ede72
Add makefile for ease of use (#194)
This should allow consistent commands for everyone, including a local ci
check.
2021-06-28 13:02:32 +01:00