Go to file
Magnus Ulimoen 358f831513 separate metrics and grid 2020-04-04 22:28:19 +02:00
sbp separate metrics and grid 2020-04-04 22:28:19 +02:00
src use workspaces 2020-02-19 19:31:03 +01:00
webfront improve release builds for web 2020-03-30 22:54:36 +02:00
.gitignore add .gitignores 2020-02-19 21:51:48 +01:00
Cargo.toml use workspaces 2020-02-19 19:31:03 +01: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.