Go to file
Magnus Ulimoen bf9037e155 use simd for diffy 2019-11-09 12:58:14 +01:00
src use simd for diffy 2019-11-09 12:58:14 +01:00
.gitignore
Cargo.toml use simd for diffy 2019-11-09 12:58:14 +01:00
README.md
index.html
main.js
make_wasm.py
style.css

README.md

What is it?

This is a test at combining rust+WASM+WebGL. The prototype can be seen here. It is currently solving the 2D Maxwell equations in homogenous media.

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 .wasm as application/wasm.