Go to file
Magnus Ulimoen 8d90d8106d add benches for sparse matrix multiplication 2020-08-31 22:58:46 +02:00
euler move python scripts 2020-06-14 22:02:28 +02:00
maxwell bench implicit matrix 2020-08-31 21:03:39 +02:00
multigrid Update dependencies and package structure 2020-08-20 21:07:30 +02:00
sbp add benches for sparse matrix multiplication 2020-08-31 22:58:46 +02:00
shallow_water
webfront don't expose sparse solver (yet) 2020-06-15 22:32:34 +02:00
.gitignore
Cargo.toml Update dependencies and package structure 2020-08-20 21:07:30 +02:00
README.md

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.