Go to file
Magnus Ulimoen 3ab7e532c6 solve 1D maxwell (periodic) 2019-08-09 18:28:52 +02:00
src solve 1D maxwell (periodic) 2019-08-09 18:28:52 +02:00
.gitignore add wasm to .gitignore 2019-08-09 18:28:52 +02:00
Cargo.toml use ndarray 2019-07-21 13:32:20 +02:00
README.md add readme 2019-07-27 21:17:08 +02:00
index.html remove memory leak 2019-07-19 21:42:05 +02:00
main.js simplify drawing in js and add workbuffers 2019-07-22 21:45:45 +02:00
make_wasm.py use wasm-opt if available 2019-07-22 22:33:05 +02:00
style.css add automatic resizing 2019-03-27 22:51:03 +01:00

README.md

What is it?

This is a test at combining rust+WASM+WebGL. The prototype can be seen here.

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.