8dc26ec8d8 | ||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
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.
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.