Go to file
Magnus Ulimoen 02cac56fb5 move direction 2020-04-15 20:14:44 +02:00
multigrid adapt multigrid to dynamic dispatch 2020-04-15 19:50:23 +02:00
sbp move direction 2020-04-15 20:14:44 +02:00
src
webfront SbpOperator takes &self 2020-04-14 21:59:02 +02:00
.gitignore
Cargo.toml
README.md

README.md

What is it?

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

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.