add readme

This commit is contained in:
Magnus Ulimoen 2019-07-27 20:53:39 +02:00
parent e516154d14
commit b8237ed52a
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# What is it?
This is a test at combining rust+WASM+WebGL. The prototype can be seen [here](https://ulimoen.dev/pages/waves).
# Building
Run `make_wasm.py` or `make_wasm.py -r` for the release version.
# Running
After building, a http server needs to serve the contents. WASM requires this server to serve .wasm as application/wasm.