d1e89bf20e | ||
---|---|---|
euler | ||
maxwell | ||
misc | ||
multigrid | ||
sbp | ||
shallow_water | ||
src | ||
webfront | ||
.gitignore | ||
Cargo.toml | ||
README.md |
README.md
What is it?
This is a test at combining rust+WASM+WebGL+SBP. The prototypes can be seen here (Maxwell solver), here (Nonlinear Euler solver), and here (shallow water equations).
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.