Go to file
Magnus Ulimoen 5003c0d55c adaptive integration option 2020-04-19 20:45:06 +02:00
multigrid add and move multigrid examples 2020-04-19 18:52:47 +02:00
sbp adaptive integration option 2020-04-19 20:45:06 +02:00
src use workspaces 2020-02-19 19:31:03 +01:00
webfront SbpOperator takes &self 2020-04-14 21:59:02 +02:00
.gitignore add .gitignores 2020-02-19 21:51:48 +01:00
Cargo.toml move multigrid example 2020-04-12 12:43:14 +02:00
README.md update README with current locations 2020-03-01 21:10:23 +01:00

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.