SummationByParts/README.md

10 lines
567 B
Markdown
Raw Normal View History

2019-07-27 18:53:39 +00:00
# What is it?
2020-05-19 18:05:31 +00:00
This is a test at combining rust+WASM+WebGL+SBP. The prototypes can be seen [here (Maxwell solver)](https://ulimoen.dev/physics/websbp/maxwell), [here (Nonlinear Euler solver)](https://ulimoen.dev/physics/websbp/euler), and [here (shallow water equations)](https://ulimoen.dev/physics/websbp/shallowWater).
2019-07-27 18:53:39 +00:00
# Building
Run `make_wasm.py` or `make_wasm.py -r` for the release version.
# Running
2020-03-01 20:10:23 +00:00
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.