wasm-bindgen/examples/raytrace-parallel
Alex Crichton 03299a73b4 Fix raytrace example by using an older nightly
Unfortunately xargo is currently broken against master Rust, so let's
pin to an older nightly while that's sorted out
2019-04-25 19:47:59 -07:00
..
2019-03-05 08:00:47 -08:00
2019-04-11 07:39:45 -07:00
2019-02-19 13:27:30 -08:00
2018-10-23 08:50:58 -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!