Go to file
Magnus Ulimoen 46d71b469d rename operators 2019-07-28 10:54:22 +02:00
src rename operators 2019-07-28 10:54:22 +02:00
.gitignore include rust 2019-04-11 23:57:29 +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

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.