Go to file
Magnus Ulimoen d1151bbe3f Fix fallback bug 2020-09-04 17:35:30 +02:00
euler Use serde for json configuration file 2020-09-03 21:30:28 +02:00
maxwell bench implicit matrix 2020-08-31 21:03:39 +02:00
multigrid Add single example 2020-09-04 17:35:20 +02:00
sbp Fix fallback bug 2020-09-04 17:35:30 +02:00
shallow_water shallow water equations solver 2020-05-19 20:05:31 +02:00
webfront don't expose sparse solver (yet) 2020-06-15 22:32:34 +02:00
.gitignore add .gitignores 2020-02-19 21:51:48 +01:00
Cargo.toml Update dependencies and package structure 2020-08-20 21:07:30 +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.