From 0be0ddf93ab9ad8effecfbc694f5701672a8de0a Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Sun, 1 Mar 2020 21:10:23 +0100 Subject: [PATCH] update README with current locations --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83cfa27..65aa99f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # What is it? -This is a test at combining rust+WASM+WebGL. The prototype can be seen [here](https://ulimoen.dev/physics/maxwell). It is currently solving the 2D Maxwell equations in homogenous media. +This is a test at combining rust+WASM+WebGL+SBP. The prototype can be seen [here (Maxwell solver)](https://ulimoen.dev/physics/websbp/maxwell) and [here (Nonlinear Euler solver)](https://ulimoen.dev/physics/websbp/euler). # 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. +After building, a http server needs to serve the contents. WASM requires this server to serve files ending with `.wasm` as the `application/wasm` MIME type.