Go to file
Magnus Ulimoen e1ed7ca083 simplify width/height 2020-05-27 22:19:44 +02:00
euler rewrite fluxes in a vectoriser friendly format 2020-05-05 20:15:44 +02:00
maxwell
misc
multigrid
sbp simplify product implementation 2020-05-14 19:39:19 +02:00
shallow_water shallow water equations solver 2020-05-19 20:05:31 +02:00
src
webfront simplify width/height 2020-05-27 22:19:44 +02:00
.gitignore
Cargo.toml shallow water equations solver 2020-05-19 20:05:31 +02:00
README.md shallow water equations solver 2020-05-19 20:05:31 +02:00

README.md

What is it?

This is a test at combining rust+WASM+WebGL+SBP. The prototypes can be seen here (Maxwell solver), here (Nonlinear Euler solver), and here (shallow water equations).

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 files ending with .wasm as the application/wasm MIME type.