Go to file
Magnus Ulimoen 78da9baaea name booleans 2020-05-01 00:09:46 +02:00
misc add misc files 2020-04-23 17:53:50 +02:00
multigrid default operator bugfix 2020-04-30 20:03:34 +02:00
sbp name booleans 2020-05-01 00:09:46 +02:00
src
webfront SbpOperator takes &self 2020-04-14 21:59:02 +02:00
.gitignore
Cargo.toml move multigrid example 2020-04-12 12:43:14 +02:00
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.