From b8237ed52a56fdb2ac10cc71322568cbff784602 Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Sat, 27 Jul 2019 20:53:39 +0200 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9640193 --- /dev/null +++ b/README.md @@ -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.