Go to file
Magnus Ulimoen c4848ffd1a simdify diff_op_col 2020-04-29 23:06:19 +02:00
misc add misc files 2020-04-23 17:53:50 +02:00
multigrid parse into several vortices 2020-04-23 18:34:37 +02:00
sbp simdify diff_op_col 2020-04-29 23:06:19 +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 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.