wasm-bindgen/examples/raytrace-parallel
2018-12-04 06:04:47 -08:00
..
src Run rustfmt over everything 2018-11-27 12:07:59 -08:00
.gitignore Implement support for WebAssembly threads 2018-10-23 01:20:18 -07:00
build.sh Promote CI jobs to using stable Rust 2018-10-28 13:28:02 -07:00
Cargo.toml Bump to 0.2.29 2018-12-04 06:04:47 -08:00
index.html Implement support for WebAssembly threads 2018-10-23 01:20:18 -07:00
index.js Indicate workable browsers 2018-10-23 08:50:58 -07:00
README.md fixed link to compiled raytrace-parallel in examples 2018-11-30 23:36:27 +03:00
worker.js Implement support for WebAssembly threads 2018-10-23 01:20:18 -07:00
Xargo.toml Implement support for WebAssembly threads 2018-10-23 01:20:18 -07:00

Parallel Raytracing

View documentation for this example online or View compiled example online

You can build the example locally with:

$ ./build.sh

(or running the commands on Windows manually)

and then visiting http://localhost:8080 in a browser should run the example!